aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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();
});
});