Skip to content

Instantly share code, notes, and snippets.

@code-for-coffee
Created December 25, 2014 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save code-for-coffee/30ae561ffa229deb4a74 to your computer and use it in GitHub Desktop.
Save code-for-coffee/30ae561ffa229deb4a74 to your computer and use it in GitHub Desktop.
Backbone Enterprise Book - Ch2.3
/* use namespace for storage */
var myModel = new App.Models.BaseModel({
comment: "Test!"
});
var myView = new App.Views.BaseView({
el: $('body'),
model: myModel
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment