Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Empty A Model's Store

$
0
0
What are the side effects of doing the following to empty the store of a model?
  1. 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.

Viewing all articles
Browse latest Browse all 3491

Trending Articles