Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. MyApp = new Backbone.Marionette.Application();
  2.  
  3. MyApp.module("MyModule", function(MyModule, MyApp, Backbone, Marionette, $, _){
  4.  
  5. // your module code goes here
  6.  
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement