diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-10-18 10:00:03 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-10-18 10:00:03 -0400 |
commit | 4dd204b06788acddcad44ce52dc013402ffa0bfc (patch) | |
tree | 164090c7a694fec8b4902d0a027871584f32243d /demos/widget/default.html | |
parent | b41873ba0dd8f84ec282f77d029c7dc0ee99b873 (diff) | |
download | jquery-ui-4dd204b06788acddcad44ce52dc013402ffa0bfc.tar.gz jquery-ui-4dd204b06788acddcad44ce52dc013402ffa0bfc.zip |
Upgraded jQuery to 1.6.4.
Diffstat (limited to 'demos/widget/default.html')
-rw-r--r-- | demos/widget/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/widget/default.html b/demos/widget/default.html index e49547beb..4212f5aeb 100644 --- a/demos/widget/default.html +++ b/demos/widget/default.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Widget - Default functionality</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.6.2.js"></script> + <script src="../../jquery-1.6.4.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.position.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> |