mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Widget: _create() doesn't actually take any arguments.
This commit is contained in:
2
ui/jquery.ui.widget.js
vendored
2
ui/jquery.ui.widget.js
vendored
@@ -136,7 +136,7 @@ $.Widget.prototype = {
|
||||
self.destroy();
|
||||
});
|
||||
|
||||
this._create( options, element );
|
||||
this._create();
|
||||
this._init();
|
||||
},
|
||||
_create: function() {},
|
||||
|
||||
Reference in New Issue
Block a user