Skip to content

Instantly share code, notes, and snippets.

@rightson
Created July 17, 2012 16:34
var People = Backbone.Collection.extend({
model: Person,
url: '/friends'
});
var guys = new People;
guys.fetch();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment