commit bf0d1ad10283b5b45d592b3ef97adad996cd1790 parent 1942fb676293b62549dad68a8431dc606ddd9bb5 Author: aurimasv <aurimas.dev@gmail.com> Date: Thu, 3 May 2012 21:55:16 -0500 Fix typo from previous commit Diffstat:
| M | 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 @@ -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) {