Autocomplete: Menu's input option is long gone, remove leftovers

This commit is contained in:
Jörn Zaefferer 2013-03-21 17:09:21 +01:00
parent 1c1f7c6184
commit 54092e4f63

View File

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