]> source.dussan.org Git - jquery-ui.git/commitdiff
Autocomplete: Menu's input option is long gone, remove leftovers
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 21 Mar 2013 16:09:21 +0000 (17:09 +0100)
committerScott González <scott.gonzalez@gmail.com>
Wed, 17 Apr 2013 15:54:02 +0000 (11:54 -0400)
(cherry picked from commit 54092e4f63fefb37f7aade2fab42dcf2b288ae9c)

ui/jquery.ui.autocomplete.js

index b3a05da0bac91e86f28e8c1c7fb1246b55c708c8..8309726034eda8aefea9ddcb8eba8729c5c07871 100644 (file)
@@ -195,8 +195,6 @@ $.widget( "ui.autocomplete", {
                        .addClass( "ui-autocomplete ui-front" )
                        .appendTo( this._appendTo() )
                        .menu({
-                               // custom key handling for now
-                               input: $(),
                                // disable ARIA support, the live region takes care of that
                                role: null
                        })