aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/effects
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-03-22 09:45:22 -0400
committerScott González <scott.gonzalez@gmail.com>2012-03-22 09:45:22 -0400
commit89ff5c523241a45c54cca0d4e1610381e092fef6 (patch)
treeca9fd6dc58a0566101d993ebd911aaf25a19cfc9 /tests/visual/effects
parent392c003e636abd5ab169f0bd7e57dc3439bc3ad8 (diff)
downloadjquery-ui-89ff5c523241a45c54cca0d4e1610381e092fef6.tar.gz
jquery-ui-89ff5c523241a45c54cca0d4e1610381e092fef6.zip
Upgrade jQuery to 1.7.2.
Diffstat (limited to 'tests/visual/effects')
-rw-r--r--tests/visual/effects/effects.all.html2
-rw-r--r--tests/visual/effects/effects.scale.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/visual/effects/effects.all.html b/tests/visual/effects/effects.all.html
index ddc665437..acb8dc41a 100644
--- a/tests/visual/effects/effects.all.html
+++ b/tests/visual/effects/effects.all.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Effects Test Suite</title>
<link rel="stylesheet" href="effects.all.css" type="text/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>
<script src="../../../ui/jquery.effects.blind.js"></script>
<script src="../../../ui/jquery.effects.bounce.js"></script>
diff --git a/tests/visual/effects/effects.scale.html b/tests/visual/effects/effects.scale.html
index 845625e2e..f86c36b6e 100644
--- a/tests/visual/effects/effects.scale.html
+++ b/tests/visual/effects/effects.scale.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Effects Test Suite</title>
<link rel="stylesheet" href="effects.all.css" type="text/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>
<script src="../../../ui/jquery.effects.scale.js"></script>
<script src="effects.all.js"></script>