diff options
author | Bruno M. Custódio <bruno@brunomcustodio.com> | 2013-06-01 20:25:27 +0100 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-07-05 08:42:37 -0400 |
commit | 0d5eaab9bbfd60daa7ad69aea74aa24ef0243a6c (patch) | |
tree | 982c1d7edda62fbe6fc79a3fad803712aedd5342 /tests/visual/effects | |
parent | 4148acfa9a7b1494f2d87559362c07a59f8e47f8 (diff) | |
download | jquery-ui-0d5eaab9bbfd60daa7ad69aea74aa24ef0243a6c.tar.gz jquery-ui-0d5eaab9bbfd60daa7ad69aea74aa24ef0243a6c.zip |
Updating jQuery to 1.10.2.
Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the
tests directory.
Diffstat (limited to 'tests/visual/effects')
-rw-r--r-- | tests/visual/effects/all.html | 2 | ||||
-rw-r--r-- | tests/visual/effects/scale.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/visual/effects/all.html b/tests/visual/effects/all.html index 8e7fe106e..a16c2da0a 100644 --- a/tests/visual/effects/all.html +++ b/tests/visual/effects/all.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Effects Test Suite</title> <link rel="stylesheet" href="effects.css"> - <script src="../../../jquery-1.9.1.js"></script> + <script src="../../../jquery-1.10.2.js"></script> <script src="../../../ui/jquery.ui.effect.js"></script> <script src="../../../ui/jquery.ui.effect-blind.js"></script> <script src="../../../ui/jquery.ui.effect-bounce.js"></script> diff --git a/tests/visual/effects/scale.html b/tests/visual/effects/scale.html index 7fadb033e..223f5ae29 100644 --- a/tests/visual/effects/scale.html +++ b/tests/visual/effects/scale.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Effects Test Suite</title> <link rel="stylesheet" href="effects.css"> - <script src="../../../jquery-1.9.1.js"></script> + <script src="../../../jquery-1.10.2.js"></script> <script src="../../../ui/jquery.ui.effect.js"></script> <script src="../../../ui/jquery.ui.effect-scale.js"></script> <script> |