aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jquery.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-03-10 14:19:16 -0400
committerScott González <scott.gonzalez@gmail.com>2015-03-11 08:39:31 -0400
commit08eb8445521c2792bd4940237534c60d96500979 (patch)
tree19fccb8186cb8698d1dc26178f2c6366a0b28eb6 /tests/jquery.js
parentea999e4776bb0fe67b1eff702f09fc5cb878bfe0 (diff)
downloadjquery-ui-08eb8445521c2792bd4940237534c60d96500979.tar.gz
jquery-ui-08eb8445521c2792bd4940237534c60d96500979.zip
Tests: Use jquery-git1 instead of jquery-git
Closes gh-1480
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";
}