Skip to content

Instantly share code, notes, and snippets.

@rpearce
Created December 31, 2012 03:55
Show Gist options
  • Save rpearce/4417253 to your computer and use it in GitHub Desktop.
Save rpearce/4417253 to your computer and use it in GitHub Desktop.
var User = Backbone.Model.extend({
defaults: {
email: 'robertwaltonpearce@gmail.com',
fullName: 'Robert Pearce'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment