You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
}
The text was updated successfully, but these errors were encountered:
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;
}
The text was updated successfully, but these errors were encountered: