diff --git a/ui/jquery.ui.widget.js b/ui/jquery.ui.widget.js index a5ae00e9108..fe21364fe27 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() {},