function Module() { this.active = function() { console.log("Nothing to do."); } this.passive = function() { console.log("Nothing to do."); } }