Missing word in comment from 8cb081a4e1
This commit is contained in:
parent
8cb081a4e1
commit
bcc7a4ae86
|
@ -464,8 +464,8 @@ Zotero.Translate.SandboxManager.prototype = {
|
||||||
var args = Array.prototype.slice.apply(arguments);
|
var args = Array.prototype.slice.apply(arguments);
|
||||||
if(Zotero.platformMajorVersion >= 32) {
|
if(Zotero.platformMajorVersion >= 32) {
|
||||||
// This is necessary on Nightly and works
|
// This is necessary on Nightly and works
|
||||||
// fine on 31, but apparently ZU.xpath in
|
// fine on 31, but apparently breaks
|
||||||
// an unusual way on 24
|
// ZU.xpath in an unusual way on 24
|
||||||
for(var i=0; i<args.length; i++) {
|
for(var i=0; i<args.length; i++) {
|
||||||
if(typeof args[i] === "object" && args[i] !== null && args[i].wrappedJSObject) {
|
if(typeof args[i] === "object" && args[i] !== null && args[i].wrappedJSObject) {
|
||||||
args[i] = args[i].wrappedJSObject;
|
args[i] = args[i].wrappedJSObject;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user