diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js index e931be4d2c..f9f4197691 100644 --- a/chrome/content/zotero/xpcom/translation/translate.js +++ b/chrome/content/zotero/xpcom/translation/translate.js @@ -2465,7 +2465,7 @@ Zotero.Translate.IO._RDFSandbox.prototype = { } } - return this._expose(containerElements); + return containerElements; }, /** @@ -2498,7 +2498,7 @@ Zotero.Translate.IO._RDFSandbox.prototype = { for(var i in this._dataStore.subjectIndex) { returnArray.push(this._dataStore.subjectIndex[i][0].subject); } - return this._expose(returnArray); + return returnArray; }, /** @@ -2514,7 +2514,7 @@ Zotero.Translate.IO._RDFSandbox.prototype = { for(var i=0; i