Skip to content

Commit f44739a

Browse files
committed
Sortable: Update wording for cancel method.
1 parent ade8d5e commit f44739a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/sortable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
<methods>
256256
<method name="cancel">
257257
<desc>
258-
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.
258+
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.
259259

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

0 commit comments

Comments
 (0)