Widget: _create() doesn't actually take any arguments.

This commit is contained in:
Scott González
2010-01-17 17:36:56 +00:00
parent 296deed1c2
commit dc17d50a42

View File

@@ -136,7 +136,7 @@ $.Widget.prototype = {
self.destroy();
});
this._create( options, element );
this._create();
this._init();
},
_create: function() {},