Permalink
Browse files
Widget: _create() doesn't actually take any arguments.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
ui/jquery.ui.widget.js
|
|
@@ -136,7 +136,7 @@ $.Widget.prototype = { |
|
|
self.destroy(); |
|
|
}); |
|
|
|
|
|
this._create( options, element ); |
|
|
this._create(); |
|
|
this._init(); |
|
|
}, |
|
|
_create: function() {}, |
|
|
|