diff options
author | Bruno M. Custódio <bruno@brunomcustodio.com> | 2013-02-05 13:47:59 +0000 |
---|---|---|
committer | Bruno M. Custódio <bruno@brunomcustodio.com> | 2013-02-05 13:47:59 +0000 |
commit | b440979ba6f0b6299dc2cb9c60939d1b7998fd5e (patch) | |
tree | bc57e813b5a777a2e2de77f9a1b055ed17ef40ba /demos/effect | |
parent | a129a93a4d3a76e646423b6238459a12c80e22b0 (diff) | |
download | jquery-ui-b440979ba6f0b6299dc2cb9c60939d1b7998fd5e.tar.gz jquery-ui-b440979ba6f0b6299dc2cb9c60939d1b7998fd5e.zip |
Updating 'jQuery' to 1.9.1.
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 5fdfcbb5d..7c3d05f14 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.9.0.js"></script> + <script src="../../jquery-1.9.1.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/demos/effect/easing.html b/demos/effect/easing.html index 3e3a137c8..819351eee 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.9.0.js"></script> + <script src="../../jquery-1.9.1.js"></script> <script src="../../ui/jquery.ui.effect.js"></script> <link rel="stylesheet" href="../demos.css"> <style> |