Remove citeproc-prereqs, which isn't necessary anymore

This commit is contained in:
Dan Stillman 2017-09-30 19:07:29 -04:00
parent e62433edfb
commit 52bbb79fd0
2 changed files with 0 additions and 391 deletions

View file

@ -259,7 +259,6 @@ 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