diff --git a/demos/draggable/revert.html b/demos/draggable/revert.html index 803dfc1a7..756987ff8 100644 --- a/demos/draggable/revert.html +++ b/demos/draggable/revert.html @@ -11,31 +11,25 @@ @@ -56,7 +50,7 @@
-

Return the draggable (or it's helper) to its original location when dragging stops with the boolean revert option.

+

The stop callback can be used to perform an action after the user finishing dragging the element. For example, if you want to return the draggable (or it's helper) to its original location when dragging stops, you can do so in the stop callback.