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.
model.destroy, not what I originally wrote (which wascollection.remove(model)). I updated the question.