Skip to content

Commit 1007ee8

Browse files
committed
Autocomplete: Whitespace
1 parent 548fbf5 commit 1007ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/autocomplete/core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,10 @@ asyncTest( "Close on click outside when focus remains", function() {
412412
} );
413413

414414
element.val( "j" ).autocomplete( "search", "j" );
415-
setTimeout(function() {
415+
setTimeout( function() {
416416
ok( menu.is( ":visible" ), "menu displays initially" );
417417
$( "body" ).simulate( "mousedown" );
418-
setTimeout(function() {
418+
setTimeout( function() {
419419
ok( menu.is( ":hidden" ), "menu closes after clicking elsewhere" );
420420
start();
421421
} );

0 commit comments

Comments
 (0)