diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-05-14 07:44:13 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-05-14 07:44:13 -0400 |
commit | e1751383f17118d250a8ef576f3663de6ea76f36 (patch) | |
tree | 3da7789135518c9607903d2638b98f4f5a956a64 /tests/lib/bootstrap.js | |
parent | f9ad17d575c2e26555bb00b6f7c6e72d0f8c427e (diff) | |
download | jquery-ui-e1751383f17118d250a8ef576f3663de6ea76f36.tar.gz jquery-ui-e1751383f17118d250a8ef576f3663de6ea76f36.zip |
Tests: Use new jquery-compat-git and jquery-git files
Diffstat (limited to 'tests/lib/bootstrap.js')
-rw-r--r-- | tests/lib/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index 6fd094734..99a3f41d7 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -93,7 +93,7 @@ function jqueryUrl() { var version = parseUrl().jquery; var url; - if ( version === "git" || version === "git1" ) { + if ( version === "git" || version === "compat-git" ) { url = "http://code.jquery.com/jquery-" + version; } else { url = "../../../external/jquery-" + ( version || "1.11.2" ) + "/jquery"; |