Fix XMLSerializer from translators
This commit is contained in:
parent
02aca0660a
commit
09e036e6fa
|
@ -78,7 +78,7 @@ Zotero.Translate.SandboxManager = function(sandboxLocation) {
|
|||
};
|
||||
};
|
||||
this.sandbox.XMLSerializer.__exposedProps__ = {"prototype":"r"};
|
||||
this.sandbox.XMLSerializer.prototype = {};
|
||||
this.sandbox.XMLSerializer.prototype = {"__exposedProps__":{"serializeToString":"r"}};
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user