Skip to content

Instantly share code, notes, and snippets.

@rightson
Created July 17, 2012 16:31
Show Gist options
  • Save rightson/3130470 to your computer and use it in GitHub Desktop.
Save rightson/3130470 to your computer and use it in GitHub Desktop.
var friends = new Backbone.Collection([
{name: "Athos", job: "Musketeer"},
{name: "Porthos", job: "Musketeer"},
{name: "Aramis", job: "Musketeer"},
{name: "d'Artagnan", job: "Guard"},
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment