]> source.dussan.org Git - jquery-ui.git/commitdiff
Spinner tests: Delay all the things to make IE happy. Maybe...
authorScott González <scott.gonzalez@gmail.com>
Mon, 10 Dec 2012 20:54:06 +0000 (15:54 -0500)
committerScott González <scott.gonzalez@gmail.com>
Mon, 10 Dec 2012 20:54:06 +0000 (15:54 -0500)
tests/unit/spinner/spinner_events.js

index 7da16c371bd9eb234d68c34665b7090899e2ce30..1ee0d17a59d3233752fff280b9a38681ff275e3d 100644 (file)
@@ -253,7 +253,7 @@ asyncTest( "change", function() {
                start();
        }
 
-       step1();
+       setTimeout( step1 );
 });
 
 })( jQuery );