Skip to content

Instantly share code, notes, and snippets.

@tommedema
Created October 13, 2011 16:54
Show Gist options
  • Save tommedema/1284780 to your computer and use it in GitHub Desktop.
Save tommedema/1284780 to your computer and use it in GitHub Desktop.
//load all routines
require(routines, function() {
//event: boot.init
mediator.emit('boot.init');
//event: boot.initialized
mediator.emit('boot.initialized');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment