AmpersandJS / ampersand-collection

A module for handling collections of objects
MIT License
68 stars 27 forks source link

support unshift #40

Closed funkytek closed 8 years ago

funkytek commented 9 years ago

Would you support a PR for unshift?

I understand it's just collection.add(obj, {at: 0}) but I expected unshift to exist since backbone has it

pgilad commented 9 years ago

Yeah I think it's a good addition. PR welcome!