.ownerDocument should be null on document.

This commit is contained in:
John Resig 2007-07-08 16:33:23 +00:00
parent 6f0c9a5fd7
commit b83a6b7a32

View file

@ -106,7 +106,7 @@ var window = this;
return makeNode( this._dom.getDocumentElement() ); return makeNode( this._dom.getDocumentElement() );
}, },
get ownerDocument(){ get ownerDocument(){
return this; return null;
}, },
addEventListener: function(){}, addEventListener: function(){},
removeEventListener: function(){}, removeEventListener: function(){},