We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9d2b5 commit c74f538Copy full SHA for c74f538
ui/jquery.ui.widget.js
@@ -158,7 +158,7 @@ $.Widget.prototype = {
158
this._init();
159
},
160
_getCreateOptions: function() {
161
- return $.metadata && $.metadata.get( element )[ this.widgetName ];
+ return $.metadata && $.metadata.get( this.element[0] )[ this.widgetName ];
162
163
_create: function() {},
164
_init: function() {},
0 commit comments