Expose Zotero.Cite for translation-server/Node

This commit is contained in:
Dan Stillman 2018-12-13 02:06:10 -05:00
parent ffbe44a159
commit 1c47d21937

View file

@ -692,3 +692,7 @@ Zotero.Cite.Locale = {
}
}
};
if (typeof process === 'object' && process + '' === '[object process]'){
module.exports = Zotero.Cite;
}