.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 a new issue