Fix XMLSerializer from translators

This commit is contained in:
Simon Kornblith 2012-11-22 14:10:38 -05:00
parent 02aca0660a
commit 09e036e6fa

View File

@ -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"}};
}
/**