diff options
author | Richard Worth <rdworth@gmail.com> | 2011-03-02 20:44:26 -0500 |
---|---|---|
committer | gnarf <gnarf@gnarf.net> | 2011-03-08 00:52:06 -0600 |
commit | 103744415c8e86751f35b5bbe23853af3dab7663 (patch) | |
tree | 02aadc359533b6f8f4cdcb41983c805292514591 /demos/draggable/scroll.html | |
parent | b6debf4daf015173de904a361ddb1041fc9474a8 (diff) | |
download | jquery-ui-103744415c8e86751f35b5bbe23853af3dab7663.tar.gz jquery-ui-103744415c8e86751f35b5bbe23853af3dab7663.zip |
Switched to latest stable jQuery 1.5.1
Diffstat (limited to 'demos/draggable/scroll.html')
-rw-r--r-- | demos/draggable/scroll.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/draggable/scroll.html b/demos/draggable/scroll.html index 943cd0ae1..a650ed5d9 100644 --- a/demos/draggable/scroll.html +++ b/demos/draggable/scroll.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Draggable - Auto-scroll</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.4.4.js"></script> + <script src="../../jquery-1.5.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> |