Skip to content

Instantly share code, notes, and snippets.

@earobinson
Last active August 29, 2015 13:56
Show Gist options
  • Save earobinson/8985834 to your computer and use it in GitHub Desktop.
Save earobinson/8985834 to your computer and use it in GitHub Desktop.
mTodosTwoView = new App.Views.MTodos(collection: App.Data.todos)
mTodosAddButton = new App.Views.MTodosAddButton()
mTodosLayout = new App.Views.TodoLayout()
App.mTodosAdd.show mTodosLayout
mTodosLayout.todo.show mTodosTwoView
mTodosLayout.button.show mTodosAddButton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment