www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 09e036e6faf9be0d535b0adb4fde1df446478f9d
parent 02aca0660a96c5e22b2825e016e48dcb6cc48c99
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 22 Nov 2012 14:10:38 -0500

Fix XMLSerializer from translators

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