From: John Resig Date: Sun, 8 Jul 2007 16:33:23 +0000 (+0000) Subject: .ownerDocument should be null on document. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=b83a6b7a323d63280fe325b06e1c38d26b5031a9;hp=6f0c9a5fd751d590be07e890758b8229e630413d .ownerDocument should be null on document. --- diff --git a/build/runtest/env.js b/build/runtest/env.js index 23b4136..7a1352a 100644 --- a/build/runtest/env.js +++ b/build/runtest/env.js @@ -106,7 +106,7 @@ var window = this; return makeNode( this._dom.getDocumentElement() ); }, get ownerDocument(){ - return this; + return null; }, addEventListener: function(){}, removeEventListener: function(){},