Skip to content

Instantly share code, notes, and snippets.

@Raynos
Forked from tommedema/server.js
Created August 24, 2011 22:09
Show Gist options
  • Save Raynos/1169405 to your computer and use it in GitHub Desktop.
Save Raynos/1169405 to your computer and use it in GitHub Desktop.
module.exports = function (mediator) {
mediator.once('boot.ready', f);
};
var f = function() {
//UGH! MAKES EVERY MODULE CODE START WITH 1 INDENTS... solution?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment