malroc / backbone-component

Components and helpers for Backbone
MIT License
41 stars 4 forks source link

Ignore components outside view instances #1

Closed malroc closed 9 years ago

malroc commented 10 years ago

Currently component observer does not respect the fact that some component is (or is not) located inside a particular view. This may lead to a situation when a component located in one view is handled by an observer of another one's. To be fixed.