Skip to content

Instantly share code, notes, and snippets.

@chandruxp
Created October 22, 2012 19:15
Show Gist options
  • Save chandruxp/3933475 to your computer and use it in GitHub Desktop.
Save chandruxp/3933475 to your computer and use it in GitHub Desktop.
Backbone: Model Boilerplate
define(['lodash','backbone'],
function(_, Backbone){
var model = Backbone.Model.extend({
});
return model;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment