remove extra setFromObj
This commit is contained in:
parent
65b033f67e
commit
b9ae282202
1 changed files with 0 additions and 4 deletions
|
|
@ -19,10 +19,6 @@ FakeStorage.prototype.get = function(wid, id) {
|
||||||
return this.storage[wid + '-' +id];
|
return this.storage[wid + '-' +id];
|
||||||
}
|
}
|
||||||
|
|
||||||
FakeStorage.prototype.setFromObj = function(id, wallet) {
|
|
||||||
// TODO
|
|
||||||
};
|
|
||||||
|
|
||||||
FakeStorage.prototype.clear = function() {
|
FakeStorage.prototype.clear = function() {
|
||||||
delete this['storage'];
|
delete this['storage'];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue