Fix XMLSerializer on older Firefox versions
This commit is contained in:
parent
16f4253c6c
commit
c549166e25
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ Zotero.Translate.SandboxManager = function(sandboxLocation) {
|
|||
return s.serializeToString(doc.__wrappedDOMObject ? doc.__wrappedDOMObject : doc);
|
||||
};
|
||||
};
|
||||
this.sandbox.XMLSerializer.__exposedProps__ = {"prototype":"r"};
|
||||
this.sandbox.XMLSerializer.prototype = {};
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue