aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jquery.js
diff options
context:
space:
mode:
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 98e90b77a..0ec2ffb61 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.9.0" ) + ".js";
+ url = "../../jquery-" + ( version || "1.9.1" ) + ".js";
}
document.write( "<script src='" + url + "'></script>" );