diff options
Diffstat (limited to 'demos/draggable/snap-to.html')
-rw-r--r-- | demos/draggable/snap-to.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/draggable/snap-to.html b/demos/draggable/snap-to.html index 166e6b95d..efa6665ed 100644 --- a/demos/draggable/snap-to.html +++ b/demos/draggable/snap-to.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Draggable - Snap to element or grid</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.9.0.js"></script> + <script src="../../jquery-1.9.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> |