diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-01-10 21:38:58 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-01-10 21:38:58 -0500 |
commit | 16692ed5f0aec298e359e23b524a6dcca3df02eb (patch) | |
tree | af0f6f3ef3c9871b7dcf9c73810a3bd2360cfedf /tests/visual/tooltip | |
parent | 51482a9d6585246108b696f1875d1b9c4f5e422e (diff) | |
download | jquery-ui-16692ed5f0aec298e359e23b524a6dcca3df02eb.tar.gz jquery-ui-16692ed5f0aec298e359e23b524a6dcca3df02eb.zip |
Fixed references to jQuery.
Diffstat (limited to 'tests/visual/tooltip')
-rw-r--r-- | tests/visual/tooltip/callout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/tooltip/callout.html b/tests/visual/tooltip/callout.html index 3ef694987..fa8b011ef 100644 --- a/tests/visual/tooltip/callout.html +++ b/tests/visual/tooltip/callout.html @@ -4,7 +4,7 @@ <title>Tooltip Visual Test: Default</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css"> - <script type="text/javascript" src="../../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../../jquery-1.4.4.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> |