commit bcc7a4ae860e9d3d24df3063952858a288dbf31f
parent 8cb081a4e1aed5d6a0d0b1f5e679fd133036be8a
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 23 Jun 2014 22:56:08 -0400
Missing word in comment from 8cb081a4e1aed5d6a0d0b1f5e679fd133036be8a
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/translation/translate_firefox.js b/chrome/content/zotero/xpcom/translation/translate_firefox.js
@@ -464,8 +464,8 @@ Zotero.Translate.SandboxManager.prototype = {
var args = Array.prototype.slice.apply(arguments);
if(Zotero.platformMajorVersion >= 32) {
// This is necessary on Nightly and works
- // fine on 31, but apparently ZU.xpath in
- // an unusual way on 24
+ // fine on 31, but apparently breaks
+ // ZU.xpath in an unusual way on 24
for(var i=0; i<args.length; i++) {
if(typeof args[i] === "object" && args[i] !== null && args[i].wrappedJSObject) {
args[i] = args[i].wrappedJSObject;