aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jquery.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-03-22 09:45:22 -0400
committerScott González <scott.gonzalez@gmail.com>2012-03-22 09:45:22 -0400
commit89ff5c523241a45c54cca0d4e1610381e092fef6 (patch)
treeca9fd6dc58a0566101d993ebd911aaf25a19cfc9 /tests/jquery.js
parent392c003e636abd5ab169f0bd7e57dc3439bc3ad8 (diff)
downloadjquery-ui-89ff5c523241a45c54cca0d4e1610381e092fef6.tar.gz
jquery-ui-89ff5c523241a45c54cca0d4e1610381e092fef6.zip
Upgrade jQuery to 1.7.2.
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 101f9bb0e..2c8d8c25c 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.1" ) + ".js";
+ url = "../../jquery-" + ( version || "1.7.2" ) + ".js";
}
document.write( "<script src='" + url + "'></script>" );