Backbone.GroupedCollection
Backbone.GroupedCollection copied to clipboard
Typo example front page
// removing elements animals.remove(animals.findWhere({name: 'cat'})); grouped_animals.pluck('id'); // ['black', 'green']
On the explanation of 'How does it work?' In this code is it meant to read the animal as bird instead of cat that is removed?
probably a typo. PR welcome