aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/revert.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/draggable/revert.html')
-rw-r--r--demos/draggable/revert.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/draggable/revert.html b/demos/draggable/revert.html
index 7a43c4f46..15d452020 100644
--- a/demos/draggable/revert.html
+++ b/demos/draggable/revert.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Draggable - Revert Demo</title>
+ <title>jQuery UI Draggable - Revert position</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
@@ -33,7 +33,7 @@
<div class="demo-description">
<p>
-<!-- Add description here -->
+Return the draggable (or it's helper) to its original location when dragging stops with the boolean <strong>revert</strong> option.
</p>
</div><!-- End demo-description -->