diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index cc231316cd..d6ca449a59 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -692,3 +692,7 @@ Zotero.Cite.Locale = { } } }; + +if (typeof process === 'object' && process + '' === '[object process]'){ + module.exports = Zotero.Cite; +}