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/tooltip/custom-animation.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/tooltip/custom-animation.html')
-rw-r--r-- | demos/tooltip/custom-animation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tooltip/custom-animation.html b/demos/tooltip/custom-animation.html index eb6f3e038..a9d0df66e 100644 --- a/demos/tooltip/custom-animation.html +++ b/demos/tooltip/custom-animation.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Tooltip - Custom animation demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.4.js"></script> + <script type="text/javascript" src="../../jquery-1.5.1.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script> |