aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete/combobox.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/autocomplete/combobox.html')
-rw-r--r--demos/autocomplete/combobox.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html
index c5ef93576..3e17a1dca 100644
--- a/demos/autocomplete/combobox.html
+++ b/demos/autocomplete/combobox.html
@@ -93,7 +93,7 @@
},
select: function( event, ui ) {
ui.item.option.selected = true;
- that._trigger( "selected", event, {
+ that._trigger( "select", event, {
item: ui.item.option
});
},