diff options
author | Corey Frang <gnarf@gnarf.net> | 2013-01-30 08:30:35 -0600 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2013-03-19 16:08:00 +0100 |
commit | 38c7b1ca814c59c48522cda6cfdf054c61773959 (patch) | |
tree | 1222eda4bc59f28d27a1c90239cdfd44fc06f688 /demos/autocomplete/combobox.html | |
parent | 36cb6f264dbe6b155f8fd97b0ee7615a0f1adedb (diff) | |
download | jquery-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.html | 2 |
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() { |