Fix XMLSerializer from translators
This commit is contained in:
parent
02aca0660a
commit
09e036e6fa
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Zotero.Translate.SandboxManager = function(sandboxLocation) {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
this.sandbox.XMLSerializer.__exposedProps__ = {"prototype":"r"};
|
this.sandbox.XMLSerializer.__exposedProps__ = {"prototype":"r"};
|
||||||
this.sandbox.XMLSerializer.prototype = {};
|
this.sandbox.XMLSerializer.prototype = {"__exposedProps__":{"serializeToString":"r"}};
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue