Skip to content

Commit d0d1ffe

Browse files
committed
Tweak deferred.progress entry
1 parent 4571423 commit d0d1ffe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

entries/deferred.progress.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</signature>
1212
<desc> Add handlers to be called when the Deferred object generates progress notifications.</desc>
1313
<longdesc>
14-
<p>The argument can be either a single function or an array of functions. When the Deferred generates progress notifications by calling <code>notify</code> or <code>notifyWith</code>, the <code>progressCallbacks</code> are called. Since <code>deferred.progress()</code> returns the Deferred object, other methods of the Deferred object can be chained to this one. When the Deferred is resolved or rejected, progress callbacks will no longer be called, with the exception that any progressCallbacks added after the Deferred enters the resolved or rejected state are executed immediately when they are added, using the arguments that were passed to the <code>.notify()</code> or <code>notifyWith()</code> call. For more information, see the documentation for <a href="/category/deferred-object/">Deferred object</a>.</p>
14+
<p>The argument can be either a single function or an array of functions. When the Deferred generates progress notifications by calling <code>notify</code> or <code>notifyWith</code>, the <code>progressCallbacks</code> are called. Since <code>deferred.progress()</code> returns the Deferred object, other methods of the Deferred object can be chained to this one. When the Deferred is resolved or rejected, progress callbacks will no longer be called, with the exception that any <code>progressCallbacks</code> added after the Deferred enters the resolved or rejected state are executed immediately when they are added, using the arguments that were passed to the <code>.notify()</code> or <code>notifyWith()</code> call. For more information, see the documentation <a href="/jquery.deferred/">jQuery.Deferred()</a>.</p>
1515
</longdesc>
1616
<category slug="deferred-object"/>
1717
<category slug="version/1.7"/>
18-
</entry>
18+
</entry>

0 commit comments

Comments
 (0)