coccyx icon indicating copy to clipboard operation
coccyx copied to clipboard

view.stopListening

Open scottastrophic opened this issue 11 years ago • 1 comments

The key difference between view.remove() in backbone proper and view.tearDown() in coccyx is the presence in the former of view.stopListening. Is this something that should be added to that method? In our project we've been relying on tearDown instead of remove (as per the coccyx docs) and traced a nasty bug back to a listenTo that was still bound to a view we had torn down.

scottastrophic avatar Jun 28 '13 15:06 scottastrophic