diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-07-25 11:46:45 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-07-25 11:46:45 -0400 |
commit | daadc343be2f139e82719e2e5ff466aa19ec166f (patch) | |
tree | d423e2f30b528122fd9e95bea0b0d936f2665086 /tests/visual/addClass | |
parent | f59a3e91e31379663983377f9dbd682e7bc67834 (diff) | |
download | jquery-ui-daadc343be2f139e82719e2e5ff466aa19ec166f.tar.gz jquery-ui-daadc343be2f139e82719e2e5ff466aa19ec166f.zip |
Upgrade jQuery to 1.6.2.
Diffstat (limited to 'tests/visual/addClass')
-rw-r--r-- | tests/visual/addClass/addClass_queue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/addClass/addClass_queue.html b/tests/visual/addClass/addClass_queue.html index 213a2fde4..d7ac334a0 100644 --- a/tests/visual/addClass/addClass_queue.html +++ b/tests/visual/addClass/addClass_queue.html @@ -5,7 +5,7 @@ <title>addClass Visual Test : Queue</title> <link rel="stylesheet" href="../visual.css"> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> - <script src="../../../jquery-1.5.1.js"></script> + <script src="../../../jquery-1.6.2.js"></script> <script src="../../../ui/jquery.effects.core.js"></script> <style> .box { |