gmac / backbone.epoxy

Declarative data binding and computed models for Backbone
http://epoxyjs.org
MIT License
615 stars 89 forks source link

Collection iterator needs correct context to pass in collectionView #106

Closed adamsea closed 9 years ago

adamsea commented 9 years ago

This fixes an issue @Prinzhorn brought up in https://github.com/gmac/backbone.epoxy/issues/84 - the collection iterator did not have the correct context, so this.view was always undefined.

gmac commented 9 years ago

You got it. Great catch, thanks!