git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f0c9a5
)
.ownerDocument should be null on document.
author
John Resig
<jeresig@gmail.com>
Sun, 8 Jul 2007 16:33:23 +0000
(16:33 +0000)
committer
John Resig
<jeresig@gmail.com>
Sun, 8 Jul 2007 16:33:23 +0000
(16:33 +0000)
build/runtest/env.js
patch
|
blob
|
history
diff --git
a/build/runtest/env.js
b/build/runtest/env.js
index
23b4136
..
7a1352a
100644
(file)
--- 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(){},