diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/jquery.ui.widget.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.widget.js b/ui/jquery.ui.widget.js index a5ae00e91..fe21364fe 100644 --- a/ui/jquery.ui.widget.js +++ b/ui/jquery.ui.widget.js @@ -136,7 +136,7 @@ $.Widget.prototype = { self.destroy(); }); - this._create( options, element ); + this._create(); this._init(); }, _create: function() {}, |