Skip to content

Instantly share code, notes, and snippets.

@rightson
Created July 17, 2012 16:23
Show Gist options
  • Save rightson/3130422 to your computer and use it in GitHub Desktop.
Save rightson/3130422 to your computer and use it in GitHub Desktop.
var People = Backbone.Collection.extend({
initialize: function() {
console.log("People Collection is initialized");
},
model: Person
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment