From: Scott González Date: Mon, 10 Dec 2012 20:54:06 +0000 (-0500) Subject: Spinner tests: Delay all the things to make IE happy. Maybe... X-Git-Tag: 1.10.0-beta.1~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=020abcf8a9494731b3bc58c14e5aac5d8407452a;p=jquery-ui.git Spinner tests: Delay all the things to make IE happy. Maybe... --- diff --git a/tests/unit/spinner/spinner_events.js b/tests/unit/spinner/spinner_events.js index 7da16c371..1ee0d17a5 100644 --- a/tests/unit/spinner/spinner_events.js +++ b/tests/unit/spinner/spinner_events.js @@ -253,7 +253,7 @@ asyncTest( "change", function() { start(); } - step1(); + setTimeout( step1 ); }); })( jQuery );