diff options
-rw-r--r-- | ui/jquery.ui.autocomplete.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js index 617aa9c70..da10d82c5 100644 --- a/ui/jquery.ui.autocomplete.js +++ b/ui/jquery.ui.autocomplete.js @@ -154,7 +154,7 @@ $.widget( "ui.autocomplete", { break; } }, - input: function( eventĀ ) { + input: function( event ) { if ( suppressInput ) { suppressInput = false; event.preventDefault(); |