zotero/chrome/content/zotero/xpcom/rdf.js
2010-02-06 23:39:28 +00:00

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);
}}};