commit
b54832567b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ Storage.prototype._key = function(walletId, k) {
|
||||||
};
|
};
|
||||||
// get value by key
|
// get value by key
|
||||||
Storage.prototype.get = function(walletId, k) {
|
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
|
// set value for key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue