Skip to content

Commit 767af39

Browse files
ph-ausseilscottgonzalez
authored andcommitted
Autocomplete: Fixed an invisible character tht lead to a failure of the function.
1 parent 800efd2 commit 767af39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ $.widget( "ui.autocomplete", {
154154
break;
155155
}
156156
},
157-
input: function( event ) {
157+
input: function( event ) {
158158
if ( suppressInput ) {
159159
suppressInput = false;
160160
event.preventDefault();

0 commit comments

Comments
 (0)