Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combo…
…box demo does not show Items

(cherry picked from commit ebd5f13)
  • Loading branch information
tjvantoll authored and scottgonzalez committed Apr 17, 2013
1 parent 943537c commit 149e6eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demos/autocomplete/combobox.html
Expand Up @@ -76,7 +76,8 @@
},

_createShowAllButton: function() {
var wasOpen = false;
var input = this.input,
wasOpen = false;

$( "<a>" )
.attr( "tabIndex", -1 )
Expand Down

0 comments on commit 149e6eb

Please sign in to comment.