diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-11-14 15:25:08 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-11-14 15:25:08 -0500 |
commit | a0098ea57c54354553eeea2c54ccc00cd69442b9 (patch) | |
tree | 8ce969cbf52e10ac5bcbcc10c97d882632df4a36 /demos/animate | |
parent | a1f629f3e8ff838dcc17497cc86702040ca57ce1 (diff) | |
download | jquery-ui-a0098ea57c54354553eeea2c54ccc00cd69442b9.tar.gz jquery-ui-a0098ea57c54354553eeea2c54ccc00cd69442b9.zip |
Upgrade jQuery to 1.8.3.
Diffstat (limited to 'demos/animate')
-rw-r--r-- | demos/animate/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/animate/default.html b/demos/animate/default.html index 589d4dc77..a5c9ae1a5 100644 --- a/demos/animate/default.html +++ b/demos/animate/default.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Effects - Animate demo</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.2.js"></script> + <script src="../../jquery-1.8.3.js"></script> <script src="../../ui/jquery.ui.effect.js"></script> <link rel="stylesheet" href="../demos.css"> <style> |