We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e43e3 commit 35e4ccaCopy full SHA for 35e4cca
ui/jquery.ui.widget.js
@@ -183,9 +183,6 @@ $.Widget.prototype = {
183
_createWidget: function( options, element ) {
184
element = $( element || this.defaultElement || this )[ 0 ];
185
this.element = $( element );
186
- this.doc = $( this.element[0].ownerDocument );
187
- this.win = $( this.doc[0].defaultView );
188
- this.body = this.doc.body;
189
this.options = $.widget.extend( {},
190
this.options,
191
this._getCreateOptions(),
0 commit comments