diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-03-22 09:57:33 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-03-22 09:57:33 -0400 |
commit | ec3ce5cf667e10f65fd9e6c62503e6d7a55d9672 (patch) | |
tree | 2dbb5ef92b9c54839595d36c5fe17cbacfaec3b4 /demos/effect | |
parent | a76366f8fc731ec6946d9f6940c8a03040e31d23 (diff) | |
download | jquery-ui-ec3ce5cf667e10f65fd9e6c62503e6d7a55d9672.tar.gz jquery-ui-ec3ce5cf667e10f65fd9e6c62503e6d7a55d9672.zip |
Upgrade jQuery to 1.7.2.
Diffstat (limited to 'demos/effect')
-rw-r--r-- | demos/effect/default.html | 2 | ||||
-rw-r--r-- | demos/effect/easing.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/effect/default.html b/demos/effect/default.html index d70e4f61f..deffa6da2 100644 --- a/demos/effect/default.html +++ b/demos/effect/default.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Effects - Effect demo</title> <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> <script src="../../ui/jquery.effects.blind.js"></script> <script src="../../ui/jquery.effects.bounce.js"></script> diff --git a/demos/effect/easing.html b/demos/effect/easing.html index e3270c070..c97535c0b 100644 --- a/demos/effect/easing.html +++ b/demos/effect/easing.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Effects - Easing demo</title> <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> <link rel="stylesheet" href="../demos.css"> <style> |