Skip to content

Commit d2c4f7a

Browse files
arthurvrgnarf
authored andcommitted
finish: clarify .finish() defaults to .finish("fx")
Closes gh-615 Fixes gh-464
1 parent 0c7e90b commit d2c4f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entries/finish.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<desc>Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.</desc>
55
<signature>
66
<added>1.9</added>
7-
<argument name="queue" type="String" optional="true">
7+
<argument name="queue" type="String" optional="true" default="'fx'">
88
<desc>The name of the queue in which to stop animations.</desc>
99
</argument>
1010
</signature>

0 commit comments

Comments
 (0)