Side navigation
#11018 closed bug (invalid)
Opened December 13, 2011 08:29PM UTC
Closed December 14, 2011 02:25PM UTC
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 )
?
Attachments (0)
Change History (1)
Changed December 14, 2011 02:25PM UTC by comment:1
| component: | unfiled → deferred |
|---|---|
| priority: | undecided → low |
| resolution: | → invalid |
| status: | new → closed |
It is written that way to emphasize that args must be an array of arguments.