Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuke not clearing store #182

Open
josephtveter opened this issue Sep 25, 2013 · 0 comments
Open

Nuke not clearing store #182

josephtveter opened this issue Sep 25, 2013 · 0 comments

Comments

@josephtveter
Copy link

Should nuke clear the store? I thought that it should. I altered my code to do so. Here is the altered function.
nuke: function (cb) {
store = {};
storage = {};
index = [];
window.top.name = JSON.stringify(data);
if (cb) this.lambda(cb).call(this)
return this;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant