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/animate | |
parent | f59a3e91e31379663983377f9dbd682e7bc67834 (diff) | |
download | jquery-ui-daadc343be2f139e82719e2e5ff466aa19ec166f.tar.gz jquery-ui-daadc343be2f139e82719e2e5ff466aa19ec166f.zip |
Upgrade jQuery to 1.6.2.
Diffstat (limited to 'tests/visual/animate')
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/visual/animate/animate_backgroundColor_hex.html b/tests/visual/animate/animate_backgroundColor_hex.html index c7d8280eb..e3431abae 100644 --- a/tests/visual/animate/animate_backgroundColor_hex.html +++ b/tests/visual/animate/animate_backgroundColor_hex.html @@ -5,7 +5,7 @@ <title>Animate Visual Test : Animate backgroundColor hex</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> - <script type="text/javascript" src="../../../jquery-1.5.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.6.2.js"></script> <script type="text/javascript" src="../../../ui/jquery.effects.core.js"></script> <script type="text/javascript"> function hexFromRGB (r, g, b) { diff --git a/tests/visual/animate/animate_backgroundColor_rgb.html b/tests/visual/animate/animate_backgroundColor_rgb.html index 583c10481..762621bb5 100644 --- a/tests/visual/animate/animate_backgroundColor_rgb.html +++ b/tests/visual/animate/animate_backgroundColor_rgb.html @@ -5,7 +5,7 @@ <title>Animate Visual Test : Animate backgroundColor rgb</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> - <script type="text/javascript" src="../../../jquery-1.5.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.6.2.js"></script> <script type="text/javascript" src="../../../ui/jquery.effects.core.js"></script> <script type="text/javascript"> function randomColorRGB() { diff --git a/tests/visual/animate/animate_color_hex.html b/tests/visual/animate/animate_color_hex.html index 698db2b9e..fb9349111 100644 --- a/tests/visual/animate/animate_color_hex.html +++ b/tests/visual/animate/animate_color_hex.html @@ -5,7 +5,7 @@ <title>Animate Visual Test : Animate color hex</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> - <script type="text/javascript" src="../../../jquery-1.5.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.6.2.js"></script> <script type="text/javascript" src="../../../ui/jquery.effects.core.js"></script> <script type="text/javascript"> function hexFromRGB (r, g, b) { diff --git a/tests/visual/animate/animate_color_rgb.html b/tests/visual/animate/animate_color_rgb.html index ebb868aa3..702b2282f 100644 --- a/tests/visual/animate/animate_color_rgb.html +++ b/tests/visual/animate/animate_color_rgb.html @@ -5,7 +5,7 @@ <title>Animate Visual Test : Animate color rgb</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> - <script type="text/javascript" src="../../../jquery-1.5.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.6.2.js"></script> <script type="text/javascript" src="../../../ui/jquery.effects.core.js"></script> <script type="text/javascript"> function randomColorRGB() { |