Autocomplete: Fixed an invisible character tht lead to a failure of the function.

This commit is contained in:
Pierre-Henri Ausseil 2012-08-26 17:09:39 -04:00 committed by Scott González
parent 800efd2938
commit 767af39f7f

View File

@ -154,7 +154,7 @@ $.widget( "ui.autocomplete", {
break;
}
},
input: function( event ) {
input: function( event ) {
if ( suppressInput ) {
suppressInput = false;
event.preventDefault();