mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Core: Resume focus test based on the event, not the callback.
This commit is contained in:
parent
cc5ac08fde
commit
48a790a327
@ -19,10 +19,10 @@ asyncTest( "focus", function() {
|
|||||||
$( "#inputTabindex0" )
|
$( "#inputTabindex0" )
|
||||||
.one( "focus", function() {
|
.one( "focus", function() {
|
||||||
ok( true, "event triggered" );
|
ok( true, "event triggered" );
|
||||||
|
start();
|
||||||
})
|
})
|
||||||
.focus( 500, function() {
|
.focus( 500, function() {
|
||||||
ok( true, "callback triggered" );
|
ok( true, "callback triggered" );
|
||||||
start();
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user