Update citeproc-js to 1.1.25

And split off Zotero additions
This commit is contained in:
Aurimas Vinckevicius 2015-06-05 17:57:03 -05:00
parent b69e6fc3ab
commit bf58de7e62
3 changed files with 1558 additions and 882 deletions

View file

@ -224,6 +224,7 @@ function makeZoteroContext(isConnector) {
// Load CiteProc into Zotero.CiteProc namespace
zContext.Zotero.CiteProc = {"Zotero":zContext.Zotero};
subscriptLoader.loadSubScript("chrome://zotero/content/xpcom/citeproc-prereqs.js", zContext.Zotero.CiteProc);
subscriptLoader.loadSubScript("chrome://zotero/content/xpcom/citeproc.js", zContext.Zotero.CiteProc);
// Load XRegExp object into Zotero.XRegExp