]> source.dussan.org Git - jquery-ui.git/commitdiff
Autocomplete: Fixed an invisible character tht lead to a failure of the function.
authorPierre-Henri Ausseil <ph.ausseil@gmail.com>
Sun, 26 Aug 2012 21:09:39 +0000 (17:09 -0400)
committerScott González <scott.gonzalez@gmail.com>
Sun, 26 Aug 2012 21:09:39 +0000 (17:09 -0400)
ui/jquery.ui.autocomplete.js

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