Skip to content

Commit 35e4cca

Browse files
committed
Widget: Removing code to merge clean
1 parent e1e43e3 commit 35e4cca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui/jquery.ui.widget.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ $.Widget.prototype = {
183183
_createWidget: function( options, element ) {
184184
element = $( element || this.defaultElement || this )[ 0 ];
185185
this.element = $( element );
186-
this.doc = $( this.element[0].ownerDocument );
187-
this.win = $( this.doc[0].defaultView );
188-
this.body = this.doc.body;
189186
this.options = $.widget.extend( {},
190187
this.options,
191188
this._getCreateOptions(),

0 commit comments

Comments
 (0)