fix calue access

This commit is contained in:
Lars Olzem 2014-02-05 14:01:27 +01:00
parent 0f16fc4be4
commit f5b88ea2ac

View File

@ -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.