Fairly new to backbone, so this is a really basic question. I have a Backbone collection passed into a function and I can prove that it has been passed and that the models i
You want to loop over the models property of the collection, not the collection object itself.