Skip to content

Commit d2e509c

Browse files
author
Eric Atienza
committed
fixed a small inconsistent xml attribute
the progressCallbacks argument is not consistent with other like this in the documentation: the second argument is optional (like any other deferred.always etc.)
1 parent 3b2f209 commit d2e509c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/deferred.progress.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
A function, or array of functions, to be called when the Deferred generates progress notifications.
1111
</desc>
1212
</argument>
13-
<argument name="progressCallbacks">
13+
<argument name="progressCallbacks" optional="true">
1414
<type name="Function"/>
1515
<type name="Array"/>
1616
<desc>

0 commit comments

Comments
 (0)