exports is undefined in Etherpad plugin
Add the below to the top of your file.
if(typeof exports == 'undefined'){ var exports = this\['mymodule'\] = {}; }
Add the below to the top of your file.
if(typeof exports == 'undefined'){ var exports = this\['mymodule'\] = {}; }