Skip to main content

Bug Tracker

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 timmywil comment:1

component: unfileddeferred
priority: undecidedlow
resolution: → invalid
status: newclosed

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