Skip to content

Commit

Permalink
Fix CSL JSON export
Browse files Browse the repository at this point in the history
Not sure if this didn't work after d1bc532 or something changed since,
but this seems to work now.

Fixes #56
  • Loading branch information
dstillman committed Nov 17, 2018
1 parent e03e4f1 commit 6464497
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zotero.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ Zotero.Translator = require('./translator');
Zotero.Translate = require('./translation/translate');
Zotero.Proxies = require('./proxy').Proxies;
Zotero.Proxy = require('./proxy').Proxy;
Zotero.CiteProc = {CSL: Zotero.require('./citeproc.js')};
Zotero.CiteProc = Zotero.require('./citeproc.js');

var $rdf = require('./rdf/init');
if(Zotero.RDF) {
Zotero.RDF.AJAW = $rdf;
Expand Down

0 comments on commit 6464497

Please sign in to comment.