Skip to content

Instantly share code, notes, and snippets.

@tvpmb
Created February 29, 2012 00:43
Show Gist options
  • Save tvpmb/1936598 to your computer and use it in GitHub Desktop.
Save tvpmb/1936598 to your computer and use it in GitHub Desktop.
ensure specific model data
initialize: function() {
if (!this.get("content")) {
this.set({"content": this.defaults.content});
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment