From 15586ea752486f7db108a804622f47746e462391 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Thu, 12 Nov 2015 15:30:23 +0100 Subject: Build: Use jquery-git in place of jquery-compat-git jQuery Compat is not going to get released after all; jQuery UI should be tested against jquery-git instead of jquery-compat-git. Closes gh-1646 --- tests/lib/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/bootstrap.js') diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index 2fe2edd1b..4e374ac27 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 === "compat-git" ) { + if ( version === "git" ) { url = "http://code.jquery.com/jquery-" + version; } else { url = "../../../external/jquery-" + ( version || "1.11.3" ) + "/jquery"; -- cgit v1.2.3