aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-10-18 10:14:27 -0400
committerScott González <scott.gonzalez@gmail.com>2011-10-18 10:14:27 -0400
commitca2ac4714484fc53692d97948a3477160c054945 (patch)
tree3fb134356576e406322238292a754e8433bf4136
parentbe6b87b7a4a97e8016315fea48682455e3b7a48a (diff)
downloadjquery-ui-ca2ac4714484fc53692d97948a3477160c054945.tar.gz
jquery-ui-ca2ac4714484fc53692d97948a3477160c054945.zip
Default to jQuery 1.6.4 for tests.
-rw-r--r--tests/jquery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jquery.js b/tests/jquery.js
index 8c8147166..b7b1bd5b8 100644
--- a/tests/jquery.js
+++ b/tests/jquery.js
@@ -18,7 +18,7 @@ for ( ; i < length; i++ ) {
if ( version === "git" ) {
url = "http://code.jquery.com/jquery-git.js";
} else {
- url = "../../jquery-" + ( version || "1.6.2" ) + ".js";
+ url = "../../jquery-" + ( version || "1.6.4" ) + ".js";
}
document.write( "<script src='" + url + "'></script>" );