Skip to content

Commit 017bb97

Browse files
mgolscottgonzalez
authored andcommitted
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 jquerygh-1765
1 parent 4673c88 commit 017bb97

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build/tasks/testswarm.js

-6
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ function submit( commit, runs, configFile, extra, done ) {
5151
commitUrl = "https://github.com/jquery/jquery-ui/commit/" + commit;
5252

5353
if ( extra ) {
54-
55-
// jQuery >= 2.0.0 don't support IE 8.
56-
if ( extra.substring( 0, 6 ) !== "core 1" ) {
57-
browserSets = "jquery-ui-future";
58-
}
59-
6054
extra = " (" + extra + ")";
6155
}
6256

0 commit comments

Comments
 (0)