diff options
author | Felix Nagel <info@felixnagel.com> | 2013-01-10 19:13:54 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-01-10 19:13:54 +0100 |
commit | dcb28a7c71dc1f4a0ba89e60ae4b3ca8669b9617 (patch) | |
tree | d2d3621274dc1d55e2feff889e1dbf045cf4c3de /tests/unit | |
parent | fb47fd03100aa36c344457c08410fdc43d7fd20d (diff) | |
parent | 83cbf979788f22ba3bd1668507623c0dd6b57041 (diff) | |
download | jquery-ui-dcb28a7c71dc1f4a0ba89e60ae4b3ca8669b9617.tar.gz jquery-ui-dcb28a7c71dc1f4a0ba89e60ae4b3ca8669b9617.zip |
Merge branch 'master' into selectmenu
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/core/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/core/core.js b/tests/unit/core/core.js index 86b95e157..78a225338 100644 --- a/tests/unit/core/core.js +++ b/tests/unit/core/core.js @@ -19,10 +19,10 @@ asyncTest( "focus", function() { $( "#inputTabindex0" ) .one( "focus", function() { ok( true, "event triggered" ); + start(); }) .focus( 500, function() { ok( true, "callback triggered" ); - start(); }); }); |