diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-10-18 10:14:27 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-10-18 10:14:27 -0400 |
commit | ca2ac4714484fc53692d97948a3477160c054945 (patch) | |
tree | 3fb134356576e406322238292a754e8433bf4136 | |
parent | be6b87b7a4a97e8016315fea48682455e3b7a48a (diff) | |
download | jquery-ui-ca2ac4714484fc53692d97948a3477160c054945.tar.gz jquery-ui-ca2ac4714484fc53692d97948a3477160c054945.zip |
Default to jQuery 1.6.4 for tests.
-rw-r--r-- | tests/jquery.js | 2 |
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>" ); |