Build: Stop using the jquery-ui-future browser set

jQuery UI now doesn't support browsers not suspported by latest jQuery
so separating the browser sets no longer makes sense.
This commit is contained in:
Michał Gołębiowski 2016-10-31 17:29:15 +01:00
parent 9c5ce4c3e9
commit 4b67e0897d

View File

@ -51,12 +51,6 @@ function submit( commit, runs, configFile, extra, done ) {
commitUrl = "https://github.com/jquery/jquery-ui/commit/" + commit;
if ( extra ) {
// jQuery >= 2.0.0 don't support IE 8.
if ( extra.substring( 0, 6 ) !== "core 1" ) {
browserSets = "jquery-ui-future";
}
extra = " (" + extra + ")";
}