aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2011-03-02 20:44:26 -0500
committerRichard Worth <rdworth@gmail.com>2011-03-02 20:49:20 -0500
commit593799d6e3dfca3933c06c9538feb94b3eb4f727 (patch)
tree796da6aec528759c83d89fed8cb515545024cd3d /tests/unit/autocomplete
parent58b730f7c7a2fa848eeab12c5b26736a102ed1a4 (diff)
downloadjquery-ui-593799d6e3dfca3933c06c9538feb94b3eb4f727.tar.gz
jquery-ui-593799d6e3dfca3933c06c9538feb94b3eb4f727.zip
Switched to latest stable jQuery 1.5.1
Diffstat (limited to 'tests/unit/autocomplete')
-rw-r--r--tests/unit/autocomplete/autocomplete.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/autocomplete/autocomplete.html b/tests/unit/autocomplete/autocomplete.html
index c4c3d8745..bc6388a75 100644
--- a/tests/unit/autocomplete/autocomplete.html
+++ b/tests/unit/autocomplete/autocomplete.html
@@ -6,7 +6,7 @@
<link type="text/css" href="../../../themes/base/jquery.ui.autocomplete.css" rel="stylesheet" />
- <script type="text/javascript" src="../../../jquery-1.4.4.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.5.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.position.js"></script>