fix plan storage
This commit is contained in:
parent
3475c58e23
commit
ebc2d0033b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ Storage.prototype._key = function(walletId, k) {
|
|||
};
|
||||
// get value by key
|
||||
Storage.prototype.get = function(walletId, k) {
|
||||
return this._read(localStorage.getItem(this._key(walletId,k)));
|
||||
return this._read(this._key(walletId,k));
|
||||
};
|
||||
|
||||
// set value for key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue