diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2013-03-16 11:02:57 -0400 |
---|---|---|
committer | TJ VanToll <tj.vantoll@gmail.com> | 2013-03-16 11:02:57 -0400 |
commit | ebd5f13027b30be1cdd9e8782e81ce468dcdff5e (patch) | |
tree | d48e6d6a960dc171e3d00a83e12819b9317e8a91 /demos/autocomplete | |
parent | 82f588e82b887fdcb2406da2c5dfedc2f13ebdc9 (diff) | |
download | jquery-ui-ebd5f13027b30be1cdd9e8782e81ce468dcdff5e.tar.gz jquery-ui-ebd5f13027b30be1cdd9e8782e81ce468dcdff5e.zip |
Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox demo does not show Items
Diffstat (limited to 'demos/autocomplete')
-rw-r--r-- | demos/autocomplete/combobox.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html index f89f260eb..69be70220 100644 --- a/demos/autocomplete/combobox.html +++ b/demos/autocomplete/combobox.html @@ -76,7 +76,8 @@ }, _createShowAllButton: function() { - var wasOpen = false; + var input = this.input, + wasOpen = false; $( "<a>" ) .attr( "tabIndex", -1 ) |