aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jquery.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-08-13 09:31:31 -0400
committerScott González <scott.gonzalez@gmail.com>2012-08-13 09:31:31 -0400
commite4a1c98092665314759852c4bc86055f2b56f46e (patch)
tree9068b546bfb1b91a23308b18719af859b687d238 /tests/jquery.js
parentc7223b952d662cd2f0f0886705ffcd1931620fe2 (diff)
downloadjquery-ui-e4a1c98092665314759852c4bc86055f2b56f46e.tar.gz
jquery-ui-e4a1c98092665314759852c4bc86055f2b56f46e.zip
Upgrade jQuery to 1.8.0.
Diffstat (limited to 'tests/jquery.js')
-rw-r--r--tests/jquery.js2
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>" );