Skip to content

Commit 32b3696

Browse files
committed
Correction to standard format.
1 parent 250860b commit 32b3696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/autocomplete/combobox.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
return;
113113
}
114114

115-
//unselects the button, so it behaves correctly
116-
$(this).trigger('blur');
115+
// unselects the button, so it behaves correctly
116+
$( this ).blur();
117117

118118
// pass empty string as value to search for, displaying all results
119119
input.autocomplete( "search", "" );

0 commit comments

Comments
 (0)