Modify ↓
Ticket #11018 (closed bug: invalid)
Small correction to documentation
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | deferred | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Shouldn't the signature of deferred.notify be:
deferred.notify( [args] )
instead of
deferred.notify( args )
?
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.

It is written that way to emphasize that args must be an array of arguments.