backbone.js adding model to collection adds to all models in collection
Playing around with backbone.js, so far I’ve created models and collections for a deck of cards and two players. The problem is when I try move a card from the deck and add it to the player’s hand the …