Spinner tests: Delay all the things to make IE happy. Maybe...

This commit is contained in:
Scott González 2012-12-10 15:54:06 -05:00
parent 245a82d5aa
commit 020abcf8a9

View File

@ -253,7 +253,7 @@ asyncTest( "change", function() {
start(); start();
} }
step1(); setTimeout( step1 );
}); });
})( jQuery ); })( jQuery );