c74f538
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
Widget: Fixed reference to element in _getCreateOptions().
Showing 1 changed file with 1 addition and 1 deletion.
@@ -158,7 +158,7 @@ $.Widget.prototype = {
this._init();
},
_getCreateOptions: function() {
- return $.metadata && $.metadata.get( element )[ this.widgetName ];
+ return $.metadata && $.metadata.get( this.element[0] )[ this.widgetName ];
_create: function() {},
_init: function() {},
c74f538