Hi I have a collection response from backbonejs which is access like
this.collection.models
and returns an array of length 7 - each with a model inside it.
I am trying to search across this array and get the model which matches
_id: Xmas
But everytime I try to do it I get the error
Object [object Array] has no method 'get'
Can anyone help!?