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

(cherry picked from commit 54092e4f63)
This commit is contained in:
Jörn Zaefferer 2013-03-21 17:09:21 +01:00 committed by Scott González
parent d1605e6793
commit 365cc67d86

View 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
})