From: Scott González Date: Sun, 17 Jan 2010 17:36:56 +0000 (+0000) Subject: Widget: _create() doesn't actually take any arguments. X-Git-Tag: 1.8b1~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc17d50a42f708f9bbbb84309df532feb3ba4db5;p=jquery-ui.git Widget: _create() doesn't actually take any arguments. --- 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() {},