Skip to content

Instantly share code, notes, and snippets.

@earobinson
Created February 13, 2014 22:49
Show Gist options
  • Save earobinson/8985561 to your computer and use it in GitHub Desktop.
Save earobinson/8985561 to your computer and use it in GitHub Desktop.
class App.Views.TodoLayout extends Backbone.Marionette.Layout
template: ->
'<div id="m-todos-view2"></div><div id="m-todos-add-button"></div>'
regions: {
todo: "#m-todos-view2",
button: "#m-todos-add-button"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment