Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created March 1, 2012 21:29
Show Gist options
  • Save bittersweetryan/1953369 to your computer and use it in GitHub Desktop.
Save bittersweetryan/1953369 to your computer and use it in GitHub Desktop.
blog post
User = Backbone.Model.extend({
defaults: function(){
return{
"contact.firstName" : "",
"contact.lastName" : ""
};
},
url: "user"
});
user = new User();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment