Skip to content

Instantly share code, notes, and snippets.

@davidvanleeuwen
Last active December 21, 2015 10:19
Show Gist options
  • Save davidvanleeuwen/6291339 to your computer and use it in GitHub Desktop.
Save davidvanleeuwen/6291339 to your computer and use it in GitHub Desktop.
var Layout = Backbone.Marionette.Layout.extend({
template: _.template($('#template').html()),
regions: {
modals: {
selector: '.your-modals-container',
regionClass: Backbone.Marionette.Modals
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment