Changes between Initial Version and Version 1 of Ticket #14439, comment 2
- Timestamp:
- Dec 9, 2011, 11:31:23 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14439, comment 2
initial v1 1 In the past you nee ed to use doh.Deferred(). In 1.7 (and 1.6.1 and 1.5.2) you should be able to usedojo.Deferred(), see #12463. However, looks like you found a bug with that. The workaround is to keep using doh.Deferred.1 In the past you needed to return doh.Deferred(). In 1.7 (and 1.6.1 and 1.5.2) you should be able to return dojo.Deferred(), see #12463. However, looks like you found a bug with that. The workaround is to keep using doh.Deferred. 2 2 3 3 As you mentioned, the documentation is inaccurate in that doh.Deferred still has the old names for methods: callback() and errback(), rather than resolve() and reject(). I'll update that.