Advertisement
Guest User

Untitled

a guest
Jul 7th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. App = new Backbone.Marionette.Application();
  2.  
  3. App.addInitializer(function(){
  4. // add some app initialization code, here
  5. });
  6.  
  7. App.addInitializer(function(){
  8. // more initialization stuff
  9. // for a different part of the app
  10. });
  11.  
  12. // run all the initializers and start the app
  13. App.start();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement