diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-08-13 09:19:09 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-08-13 09:19:09 -0400 |
commit | 1e6b2b22984cc0d708d704028b85321528948b50 (patch) | |
tree | 6791c90f3ca260976ba984c78f2db5fdff2c39b4 /tests/jquery.js | |
parent | 30b579f598a3abdc9b0b7ad18bc76c8b5438d5ca (diff) | |
download | jquery-ui-1e6b2b22984cc0d708d704028b85321528948b50.tar.gz jquery-ui-1e6b2b22984cc0d708d704028b85321528948b50.zip |
Upgrade jQuery to 1.8.0.
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 2c8d8c25c..170e4dae1 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.2" ) + ".js"; + url = "../../jquery-" + ( version || "1.8.0" ) + ".js"; } document.write( "<script src='" + url + "'></script>" ); |