Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox demo does not show Items

This commit is contained in:
TJ VanToll 2013-03-16 11:02:57 -04:00
parent 82f588e82b
commit ebd5f13027

View File

@ -76,7 +76,8 @@
},
_createShowAllButton: function() {
var wasOpen = false;
var input = this.input,
wasOpen = false;
$( "<a>" )
.attr( "tabIndex", -1 )