Backbone:.js: How to find out who is deleting my model from my collection?
My view is subscribed to my model's delete event. I'm seeing the model
delete event being mysteriously triggered and can't find where/how that's
being sent from my code. At runtime, I see the models being added to my
collection, before being immediately deleted. How can I troubleshoot this
issue?
No comments:
Post a Comment