Skip to content

Instantly share code, notes, and snippets.

@cuppster
Created August 23, 2012 15:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cuppster/3437878 to your computer and use it in GitHub Desktop.
Save cuppster/3437878 to your computer and use it in GitHub Desktop.
Anonymous backbone.js view models
// ## Site Navigation View
//
var SiteNavView = Backbone.View.extend({
model: new (Backbone.Model.extend({
defaults: {
hasNew: undefined,
}
})),
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment