diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-03-22 09:45:22 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-03-22 09:45:22 -0400 |
commit | 89ff5c523241a45c54cca0d4e1610381e092fef6 (patch) | |
tree | ca9fd6dc58a0566101d993ebd911aaf25a19cfc9 /tests/visual/addClass | |
parent | 392c003e636abd5ab169f0bd7e57dc3439bc3ad8 (diff) | |
download | jquery-ui-89ff5c523241a45c54cca0d4e1610381e092fef6.tar.gz jquery-ui-89ff5c523241a45c54cca0d4e1610381e092fef6.zip |
Upgrade jQuery to 1.7.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 c00101b9f..9cc2ec4fc 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.7.1.js"></script> + <script src="../../../jquery-1.7.2.js"></script> <script src="../../../ui/jquery.effects.core.js"></script> <style> .box { |