Skip to content

Commit

Permalink
Autocomplete: Fixed an invisible character tht lead to a failure of t…
Browse files Browse the repository at this point in the history
…he function.
  • Loading branch information
ph-ausseil authored and scottgonzalez committed Aug 26, 2012
1 parent 800efd2 commit 767af39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.autocomplete.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ $.widget( "ui.autocomplete", {
break; break;
} }
}, },
input: function( event ) { input: function( event ) {
if ( suppressInput ) { if ( suppressInput ) {
suppressInput = false; suppressInput = false;
event.preventDefault(); event.preventDefault();
Expand Down

0 comments on commit 767af39

Please sign in to comment.