Skip to content

Instantly share code, notes, and snippets.

@overthemike
Last active December 13, 2015 23:19
Show Gist options
  • Save overthemike/4991290 to your computer and use it in GitHub Desktop.
Save overthemike/4991290 to your computer and use it in GitHub Desktop.
core.register('myModule', function(sandbox){
sandbox.subscribe('init', function(){
//do stuff
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment