7 lines
233 B
JavaScript
7 lines
233 B
JavaScript
// Tweaks to get the Tabulator RDF library to work without Tabulator. All of this happens in the
|
|
// Zotero.RDF.AJAW namespace.
|
|
var kb = new RDFIndexedFormula();
|
|
var tabulator = {log:{debug:function(arg) {
|
|
Zotero.debug(arg, 4);
|
|
}}};
|