diff options
Diffstat (limited to 'demos/draggable/constrain-movement.html')
-rw-r--r-- | demos/draggable/constrain-movement.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/draggable/constrain-movement.html b/demos/draggable/constrain-movement.html index 0bbcdf147..ddc833688 100644 --- a/demos/draggable/constrain-movement.html +++ b/demos/draggable/constrain-movement.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Draggable - Constrain movement</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.2.js"></script> + <script src="../../jquery-1.8.3.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> |