Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- App = new Backbone.Marionette.Application();
- App.addInitializer(function(){
- // add some app initialization code, here
- });
- App.addInitializer(function(){
- // more initialization stuff
- // for a different part of the app
- });
- // run all the initializers and start the app
- App.start();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement