From 09e036e6faf9be0d535b0adb4fde1df446478f9d Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 22 Nov 2012 14:10:38 -0500 Subject: [PATCH] Fix XMLSerializer from translators --- chrome/content/zotero/xpcom/translation/translate_firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/translation/translate_firefox.js b/chrome/content/zotero/xpcom/translation/translate_firefox.js index c6a2bd1929..ff4713e377 100644 --- a/chrome/content/zotero/xpcom/translation/translate_firefox.js +++ b/chrome/content/zotero/xpcom/translation/translate_firefox.js @@ -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"}}; } /**