aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete/combobox.html
diff options
context:
space:
mode:
authorCorey Frang <gnarf@gnarf.net>2013-01-30 08:30:35 -0600
committerJörn Zaefferer <joern.zaefferer@gmail.com>2013-03-19 16:08:00 +0100
commit38c7b1ca814c59c48522cda6cfdf054c61773959 (patch)
tree1222eda4bc59f28d27a1c90239cdfd44fc06f688 /demos/autocomplete/combobox.html
parent36cb6f264dbe6b155f8fd97b0ee7615a0f1adedb (diff)
downloadjquery-ui-38c7b1ca814c59c48522cda6cfdf054c61773959.tar.gz
jquery-ui-38c7b1ca814c59c48522cda6cfdf054c61773959.zip
Demos: Updating to use instance method on bridge
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 5c74317e2..22f34aa17 100644
--- a/demos/autocomplete/combobox.html
+++ b/demos/autocomplete/combobox.html
@@ -154,7 +154,7 @@
this._delay(function() {
this.input.tooltip( "close" ).attr( "title", "" );
}, 2500 );
- this.input.data( "ui-autocomplete" ).term = "";
+ this.input.autocomplete( "instance" ).term = "";
},
_destroy: function() {