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