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.

Closes gh-1765
This commit is contained in:
Michał Gołębiowski 2016-10-31 17:29:15 +01:00 committed by Scott González
parent 4673c8808b
commit 017bb979f6

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 + ")";
}