coccyx icon indicating copy to clipboard operation
coccyx copied to clipboard

Coccyx: plug up Backbone leaks with constructor names and tear-downable view hierarchies.

Results 2 coccyx issues
Sort by recently updated
recently updated
newest added

Hi and thanks for the fantastic library. I'm wondering if "tearDownRegisteredSubViews" should not invoke "tearDown", rather than "_tearDown", so that the subView element gets removed?

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?...