From 38c7b1ca814c59c48522cda6cfdf054c61773959 Mon Sep 17 00:00:00 2001 From: Corey Frang Date: Wed, 30 Jan 2013 08:30:35 -0600 Subject: Demos: Updating to use instance method on bridge --- demos/autocomplete/combobox.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/autocomplete/combobox.html') 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() { -- cgit v1.2.3