pophealth / popHealth

popHealth - An Open Source Population Health Reporting Prototype
http://projectpophealth.org
Apache License 2.0
126 stars 154 forks source link

be specific about when to stop listening to `change` event #246

Closed carpeliam closed 10 years ago

carpeliam commented 10 years ago

We were turning off listening to the change event so that we didn't set up a new event listener every time we called this method without turning them off, but this was having a side-effect of turning off the change event for EVERYTHING. This gets specific about when to stop listening.

eedrummer commented 10 years ago

Rebased and merged