Skip to content

Instantly share code, notes, and snippets.

@hughfdjackson
Forked from overthemike/gist:4991290
Created February 19, 2013 23:38
Show Gist options
  • Save hughfdjackson/4991300 to your computer and use it in GitHub Desktop.
Save hughfdjackson/4991300 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