diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-11-12 09:19:26 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-11-12 09:19:26 -0500 |
commit | fce1f97f7677f29cc8ba7b146e67799027cf1995 (patch) | |
tree | 1de6065f611614b29f21f99d214252bd506d6b9a /demos/animate | |
parent | f85b998f44e68860c633e467fe6427e52f91282c (diff) | |
download | jquery-ui-fce1f97f7677f29cc8ba7b146e67799027cf1995.tar.gz jquery-ui-fce1f97f7677f29cc8ba7b146e67799027cf1995.zip |
Upgraded jQuery to 1.4.4.
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 b2bb8f3c9..3c5725a81 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.4.3.js"></script> + <script src="../../jquery-1.4.4.js"></script> <script src="../../ui/jquery.effects.core.js"></script> <link rel="stylesheet" href="../demos.css"> <style> |