aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jquery.js')
-rw-r--r--tests/jquery.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/jquery.js b/tests/jquery.js
index 67a7ed2e6..43ba2750a 100644
--- a/tests/jquery.js
+++ b/tests/jquery.js
@@ -13,8 +13,8 @@ for ( ; i < length; i++ ) {
}
}
-if ( version === "git" ) {
- url = "http://code.jquery.com/jquery-git.js";
+if ( version === "git" || version === "git1" ) {
+ url = "http://code.jquery.com/jquery-" + version + ".js";
} else {
url = "../../../external/jquery-" + ( version || "1.11.2" ) + "/jquery.js";
}