Expose Zotero.Cite for translation-server/Node
This commit is contained in:
parent
ffbe44a159
commit
1c47d21937
1 changed files with 4 additions and 0 deletions
|
@ -692,3 +692,7 @@ Zotero.Cite.Locale = {
|
|||
}
|
||||
}
|
||||
};
|
||||
|
||||
if (typeof process === 'object' && process + '' === '[object process]'){
|
||||
module.exports = Zotero.Cite;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue