diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-12-10 15:54:06 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-12-10 15:54:06 -0500 |
commit | 020abcf8a9494731b3bc58c14e5aac5d8407452a (patch) | |
tree | 6805c7ee22f6b2e8cf47cf73617b4524038e7e55 /tests | |
parent | 245a82d5aad6e2b721bfb24c9e118f2d92b8696a (diff) | |
download | jquery-ui-020abcf8a9494731b3bc58c14e5aac5d8407452a.tar.gz jquery-ui-020abcf8a9494731b3bc58c14e5aac5d8407452a.zip |
Spinner tests: Delay all the things to make IE happy. Maybe...
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/spinner/spinner_events.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |