Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
stop: fix misplaced default value
  • Loading branch information
dashengz authored May 23, 2017
commit 4d00a73d0b357a80b3ddf69fd12b223f427010a2
4 changes: 2 additions & 2 deletions entries/stop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
</signature>
<signature>
<added>1.7</added>
<argument name="queue" type="String" optional="true" default="false">
<argument name="queue" type="String" optional="true">
<desc>The name of the queue in which to stop animations.</desc>
</argument>
<argument name="clearQueue" type="Boolean" optional="true">
<argument name="clearQueue" type="Boolean" optional="true" default="false">
<desc>A Boolean indicating whether to remove queued animation as well. Defaults to <code>false</code>.</desc>
</argument>
<argument name="jumpToEnd" type="Boolean" optional="true" default="false">
Expand Down