mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
core focus-test, call start() after running assertions
This commit is contained in:
@@ -42,8 +42,8 @@ test('focus', function() {
|
||||
// trigger event handler + callback
|
||||
stop();
|
||||
el.focus(500, function() {
|
||||
start();
|
||||
ok(true, 'callback triggered');
|
||||
start();
|
||||
});
|
||||
other.focus();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user