diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-11-22 08:43:09 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-11-22 08:43:09 -0500 |
commit | 54fb1441fe2f9595a8376b9f4bf7d766469f5045 (patch) | |
tree | 429e34770e71a9bc85be4262319c8a3816340772 /tests/jquery.js | |
parent | 35dd0417bdb442ad00a9eb37a85db5ddf1b14615 (diff) | |
download | jquery-ui-54fb1441fe2f9595a8376b9f4bf7d766469f5045.tar.gz jquery-ui-54fb1441fe2f9595a8376b9f4bf7d766469f5045.zip |
Upgrade jQuery to 1.7.1.
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 55e195b8b..101f9bb0e 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.7" ) + ".js"; + url = "../../jquery-" + ( version || "1.7.1" ) + ".js"; } document.write( "<script src='" + url + "'></script>" ); |