Skip to content

Instantly share code, notes, and snippets.

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