fix m.trust diffing
This commit is contained in:
parent
bc50514731
commit
4aad8619c5
3 changed files with 35 additions and 18 deletions
|
|
@ -7,6 +7,7 @@ mock.window = new function() {
|
|||
return {
|
||||
style: {},
|
||||
childNodes: [],
|
||||
nodeType: 1,
|
||||
nodeName: tag.toUpperCase(),
|
||||
appendChild: window.document.appendChild,
|
||||
removeChild: window.document.removeChild,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue