8000 Spinner tests: Delay all the things to make IE happy. Maybe... · faroncoder/jquery-ui@020abcf · GitHub
[go: up one dir, main page]

Skip to content

Commit 020abcf

Browse files
committed
Spinner tests: Delay all the things to make IE happy. Maybe...
1 parent 245a82d commit 020abcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/spinner/spinner_events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ asyncTest( "change", function() {
253253
start();
254254
}
255255

256-
step1();
256+
setTimeout( step1 );
257257
});
258258

259259
})( jQuery );

0 commit comments

Comments
 (0)
0