Closed funkytek closed 8 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
collection.add(obj, {at: 0})
Yeah I think it's a good addition. PR welcome!
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