diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-10-18 09:38:27 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-10-18 09:38:27 -0400 |
commit | efe964d86e24370aadc9cbd2aa90ef7d9b8ed138 (patch) | |
tree | 62234aae4231a7196076a6b9d658704fbf176fc7 /tests/jquery.js | |
parent | d871fe46aa18abd561f2f9189a5e14c00f022420 (diff) | |
download | jquery-ui-efe964d86e24370aadc9cbd2aa90ef7d9b8ed138.tar.gz jquery-ui-efe964d86e24370aadc9cbd2aa90ef7d9b8ed138.zip |
Upgraded jQuery to 1.6.4.
Diffstat (limited to 'tests/jquery.js')
-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>" ); |