fix calue access
This commit is contained in:
parent
0f16fc4be4
commit
f5b88ea2ac
|
@ -36,7 +36,7 @@ function LocalStore(item) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LocalStore.item = 'armoredKeys';
|
LocalStore.prototype.item = 'armoredKeys';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load the keyring from HTML5 local storage and initializes this instance.
|
* Load the keyring from HTML5 local storage and initializes this instance.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user