diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-15 21:57:33 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-15 21:57:33 +0000 |
commit | c1447173c659c78e036b5c4c6bc91de26e84a13b (patch) | |
tree | 9570bf673044c0934b108d5ff94fef43ea15f924 /demos/draggable/index.html | |
parent | 3530c1f3f8fe11e16451ef1cb49ae9f63a1b3b59 (diff) | |
download | jquery-ui-c1447173c659c78e036b5c4c6bc91de26e84a13b.tar.gz jquery-ui-c1447173c659c78e036b5c4c6bc91de26e84a13b.zip |
completed reorganization of draggable demos
Diffstat (limited to 'demos/draggable/index.html')
-rw-r--r-- | demos/draggable/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/draggable/index.html b/demos/draggable/index.html index d4c927193..e5eef219a 100644 --- a/demos/draggable/index.html +++ b/demos/draggable/index.html @@ -13,7 +13,7 @@ <li><a href="events.html">Events</a></li> <li><a href="constrain-movement.html">Constrain movement</a></li> <li><a href="delay-start.html">Delay start</a></li> - <li><a href="snap-to.html">Snap to grid or element</a></li> + <li><a href="snap-to.html">Snap to element or grid</a></li> <li><a href="scroll.html">Auto-scroll</a></li> <li><a href="revert.html">Revert position</a></li> <li><a href="visual-feedback.html">Visual feedback</a></li> |