aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete
diff options
context:
space:
mode:
Diffstat (limited to 'demos/autocomplete')
-rw-r--r--demos/autocomplete/combobox.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html
index 00a60a85b..f280b8f3c 100644
--- a/demos/autocomplete/combobox.html
+++ b/demos/autocomplete/combobox.html
@@ -129,10 +129,9 @@
.tooltip({
position: {
of: this.button
- }
- })
- .tooltip( "widget" )
- .addClass( "ui-state-highlight" );
+ },
+ tooltipClass: "ui-state-highlight"
+ });
},
destroy: function() {