From 22c083fe6b1a1fd8623c889adce4b554544a572f Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 30 Oct 2012 02:01:45 -0400 Subject: [PATCH] Revert "Fix RDF for Firefox 17" This reverts commit 7022379a87ecf22bd9978e7ab33df9c837f6990f. --- .../zotero/xpcom/translation/translate.js | 27 +++++-------------- 1 file changed, 7 insertions(+), 20 deletions(-) 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