fix m.trust diffing

This commit is contained in:
Leo Horie 2014-06-18 06:42:48 -04:00
parent bc50514731
commit 4aad8619c5
3 changed files with 35 additions and 18 deletions

View file

@ -7,6 +7,7 @@ mock.window = new function() {
return {
style: {},
childNodes: [],
nodeType: 1,
nodeName: tag.toUpperCase(),
appendChild: window.document.appendChild,
removeChild: window.document.removeChild,