Re-expose logging functions to RDF parser after init script rearrangement
This commit is contained in:
parent
18a3c7355c
commit
945ce41036
1 changed files with 11 additions and 9 deletions
|
@ -19,18 +19,20 @@ var $rdf = {
|
|||
}
|
||||
throw "RDFArrayRemove: Array did not contain " + x;
|
||||
},
|
||||
},
|
||||
tabulator: {
|
||||
log: {
|
||||
debug: Zotero.debug,
|
||||
warn: Zotero.debug
|
||||
}
|
||||
},
|
||||
alert: Zotero.debug
|
||||
}
|
||||
};
|
||||
|
||||
if(Zotero.RDF) {
|
||||
Zotero.RDF.AJAW = $rdf;
|
||||
} else {
|
||||
Zotero.RDF = {AJAW:$rdf};
|
||||
}
|
||||
}
|
||||
|
||||
var tabulator = {
|
||||
log: {
|
||||
debug: Zotero.debug,
|
||||
warn: Zotero.debug
|
||||
}
|
||||
};
|
||||
|
||||
var alert = Zotero.debug;
|
Loading…
Add table
Reference in a new issue