Modify ↓
Ticket #11016 (closed bug: wontfix)
Update documentation on deferred.then()
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | deferred | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The description for deferred.then() is "Add handlers to be called when the Deferred object is resolved or rejected."
A more complete description would be "Add handlers to be called when the Deferred object is resolved, rejected or notifies progress."
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I'd rather leave it the way it is so that it is a valid overall description regardless of the version of jQuery.