aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-12-10 15:54:06 -0500
committerScott González <scott.gonzalez@gmail.com>2012-12-10 15:54:06 -0500
commit020abcf8a9494731b3bc58c14e5aac5d8407452a (patch)
tree6805c7ee22f6b2e8cf47cf73617b4524038e7e55 /tests
parent245a82d5aad6e2b721bfb24c9e118f2d92b8696a (diff)
downloadjquery-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.js2
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 );