Skip to content

Commit 39e4bf4

Browse files
dashengzmgol
authored andcommitted
stop: fix misplaced default value
Closes jquery#1037
1 parent e0a236b commit 39e4bf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/stop.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</signature>
1414
<signature>
1515
<added>1.7</added>
16-
<argument name="queue" type="String" optional="true" default="false">
16+
<argument name="queue" type="String" optional="true">
1717
<desc>The name of the queue in which to stop animations.</desc>
1818
</argument>
19-
<argument name="clearQueue" type="Boolean" optional="true">
19+
<argument name="clearQueue" type="Boolean" optional="true" default="false">
2020
<desc>A Boolean indicating whether to remove queued animation as well. Defaults to <code>false</code>.</desc>
2121
</argument>
2222
<argument name="jumpToEnd" type="Boolean" optional="true" default="false">

0 commit comments

Comments
 (0)