What are the side effects of doing the following to empty the store of a model?
- myModel.store = {};
Will this break anything? What will happen to any models that had live binding?
I was doing this in my code because of an issue that you have since fixed and I wanted to know what negative effects it could have been causing.