Guest User

Untitled

a guest
Aug 15th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. //load all routines
  2. require(routines, function() {
  3.  
  4. //event: boot.init
  5. mediator.emit('boot.init');
  6.  
  7. //event: boot.initialized
  8. mediator.emit('boot.initialized');
  9. });
Add Comment
Please, Sign In to add comment