remove extra setFromObj

This commit is contained in:
Manuel Araoz 2014-04-17 18:57:59 -03:00
parent 65b033f67e
commit b9ae282202
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ FakeStorage.prototype.get = function(wid, id) {
return this.storage[wid + '-' +id];
}
FakeStorage.prototype.setFromObj = function(id, wallet) {
// TODO
};
FakeStorage.prototype.clear = function() {
delete this['storage'];
}