From e0b52831fc41bc35d4bcbfa2e9a1dec76d0f0d6a Mon Sep 17 00:00:00 2001 From: Scott González Date: Sat, 15 Jan 2011 06:34:07 -0500 Subject: Updated widgets to use new methods from $.Widget. --- ui/jquery.ui.autocomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.ui.autocomplete.js') diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js index 0413306ce..fc213768a 100644 --- a/ui/jquery.ui.autocomplete.js +++ b/ui/jquery.ui.autocomplete.js @@ -225,7 +225,7 @@ $.widget( "ui.autocomplete", { }, _setOption: function( key, value ) { - $.Widget.prototype._setOption.apply( this, arguments ); + this._super( "_setOption", key, value ); if ( key === "source" ) { this._initSource(); } -- cgit v1.2.3