mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
.ownerDocument should be null on document.
This commit is contained in:
parent
6f0c9a5fd7
commit
b83a6b7a32
@ -106,7 +106,7 @@ var window = this;
|
||||
return makeNode( this._dom.getDocumentElement() );
|
||||
},
|
||||
get ownerDocument(){
|
||||
return this;
|
||||
return null;
|
||||
},
|
||||
addEventListener: function(){},
|
||||
removeEventListener: function(){},
|
||||
|
Loading…
Reference in New Issue
Block a user