aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/animate.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-22 09:13:28 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-22 09:13:28 +0000
commit19a1468fc3af67c0fb5eefb4aad460d439830808 (patch)
treef01e7bc708d070e061a63368f89ab12774e71286 /demos/resizable/animate.html
parent4176d55bfbf4dc4cb1d7704fc9d52c1fb345dfc0 (diff)
downloadjquery-ui-19a1468fc3af67c0fb5eefb4aad460d439830808.tar.gz
jquery-ui-19a1468fc3af67c0fb5eefb4aad460d439830808.zip
switched to jQuery 1.3.1
Diffstat (limited to 'demos/resizable/animate.html')
-rw-r--r--demos/resizable/animate.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/resizable/animate.html b/demos/resizable/animate.html
index 93bdad2a6..3b7bd25f3 100644
--- a/demos/resizable/animate.html
+++ b/demos/resizable/animate.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Resizable - Animate</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.resizable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />