Skip to content

Instantly share code, notes, and snippets.

@fellix
Created February 25, 2013 12:05
Show Gist options
  • Save fellix/5029391 to your computer and use it in GitHub Desktop.
Save fellix/5029391 to your computer and use it in GitHub Desktop.
Collection.extend({
byId: function () {
this.filter(function (n) {
console.log(n);
return n;
});
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment