From bf0d1ad10283b5b45d592b3ef97adad996cd1790 Mon Sep 17 00:00:00 2001 From: aurimasv Date: Thu, 3 May 2012 21:55:16 -0500 Subject: [PATCH] Fix typo from previous commit --- chrome/content/zotero/xpcom/translation/translate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js index dbc156b7f7..a12c9e63be 100644 --- a/chrome/content/zotero/xpcom/translation/translate.js +++ b/chrome/content/zotero/xpcom/translation/translate.js @@ -2151,7 +2151,7 @@ Zotero.Translate.IO.String.prototype = { "_initRDF":function(callback) { Zotero.debug("Translate: Initializing RDF data store"); - this._dataStore = new Zotero.RDF.IndexedFormula(); + this._dataStore = new Zotero.RDF.AJAW.IndexedFormula(); this.RDF = new Zotero.Translate.IO._RDFSandbox(this._dataStore); if(this.contentLength) {