If I call model.destroy, and my model has nested backbone models and/or plain JS objects, does backbone take care of their destroys as well, or will I somehow have ‘dangling’ objects?
From the annotated source it’s not immediately obvious to me. Thanks for help.
No, Backbone will not do anything more than send a delete request to the server for that one resource.