Skip to content
Permalink
Browse files
.ownerDocument should be null on document.
  • Loading branch information
jeresig committed Jul 8, 2007
1 parent 6f0c9a5 commit b83a6b7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -106,7 +106,7 @@ var window = this;
return makeNode( this._dom.getDocumentElement() );
},
get ownerDocument(){
return this;
return null;
},
addEventListener: function(){},
removeEventListener: function(){},

0 comments on commit b83a6b7

Please sign in to comment.