Fix typo from previous commit
This commit is contained in:
parent
1942fb6762
commit
bf0d1ad102
|
@ -2151,7 +2151,7 @@ Zotero.Translate.IO.String.prototype = {
|
||||||
|
|
||||||
"_initRDF":function(callback) {
|
"_initRDF":function(callback) {
|
||||||
Zotero.debug("Translate: Initializing RDF data store");
|
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);
|
this.RDF = new Zotero.Translate.IO._RDFSandbox(this._dataStore);
|
||||||
|
|
||||||
if(this.contentLength) {
|
if(this.contentLength) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user