The Backbone application I am developing has a collection and model, as well as related views for each element.
https://gist.github.com/2255959
When I click on PostView, the event unexpectedly fires in the collection without any wiring.
I figured that I needed to associate an event with a model, and then fire this fire in a collection. Is that not so? Does the collection collect automatically inherited events from its child models?
I'm not sure, but I think this has something to do with nested views, and maybe the event is bound to both places, not just the inner el
.
source share