Skip to content

Commit

Permalink
Sortable: Update wording for cancel method.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Jun 25, 2012
1 parent ade8d5e commit f44739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries/sortable.xml
Expand Up @@ -255,7 +255,7 @@
<methods>
<method name="cancel">
<desc>
Cancels a change in the current sortable and reverts it back to how it was before the current sort started. Useful in the stop and receive callback functions.
Cancels a change in the current sortable and reverts it to the state prior to when the current sort was started. Useful in the stop and receive callback functions.

<p>If the sortable item is not being moved from one connected sortable to another:</p>
<pre><![CDATA[$(this).sortable('cancel');]]></pre>
Expand Down

0 comments on commit f44739a

Please sign in to comment.