Opened 11 years ago
Closed 11 years ago
#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: | ||
Blocked by: | Blocking: |
Description
Shouldn't the signature of deferred.notify be:
deferred.notify( [args] )
instead of
deferred.notify( args )
?
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → deferred |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It is written that way to emphasize that args must be an array of arguments.