mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-02-28 14:03:26 +00:00
fix calue access
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user