www

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

commit c549166e2585a8a6e3ac0d8c6aa0d0fa87783685
parent 16f4253c6ccf192a0686433b67885f03bbdde5dd
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat, 21 Jul 2012 21:12:59 -0400

Fix XMLSerializer on older Firefox versions

Diffstat:
Mchrome/content/zotero/xpcom/translation/translate_firefox.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/translation/translate_firefox.js b/chrome/content/zotero/xpcom/translation/translate_firefox.js @@ -85,6 +85,8 @@ Zotero.Translate.SandboxManager = function(sandboxLocation) { return s.serializeToString(doc.__wrappedDOMObject ? doc.__wrappedDOMObject : doc); }; }; + this.sandbox.XMLSerializer.__exposedProps__ = {"prototype":"r"}; + this.sandbox.XMLSerializer.prototype = {}; } /**