Skip to content

Commit bffd21e

Browse files
bttmlykswedberg
authored andcommitted
deferred.notifyWith(): second argument takes Array. Closes jquery#461
1 parent 7fe431e commit bffd21e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/deferred.notifyWith.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
Context passed to the progressCallbacks as the <code>this</code> object.
99
</desc>
1010
</argument>
11-
<argument name="args" type="Object" optional="true">
11+
<argument name="args" type="Array" optional="true">
1212
<desc>
13-
Optional arguments that are passed to the progressCallbacks.
13+
An optional array of arguments that are passed to the progressCallbacks.
1414
</desc>
1515
</argument>
1616
</signature>

0 commit comments

Comments
 (0)