aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2013-01-10 19:13:54 +0100
committerFelix Nagel <info@felixnagel.com>2013-01-10 19:13:54 +0100
commitdcb28a7c71dc1f4a0ba89e60ae4b3ca8669b9617 (patch)
treed2d3621274dc1d55e2feff889e1dbf045cf4c3de /tests/unit
parentfb47fd03100aa36c344457c08410fdc43d7fd20d (diff)
parent83cbf979788f22ba3bd1668507623c0dd6b57041 (diff)
downloadjquery-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.js2
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();
});
});