From f5b88ea2aca16619a4eb05fc4701cc9f1b68c211 Mon Sep 17 00:00:00 2001 From: Lars Olzem Date: Wed, 5 Feb 2014 14:01:27 +0100 Subject: [PATCH] fix calue access --- src/keyring/localstore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyring/localstore.js b/src/keyring/localstore.js index e3877431..555926ac 100644 --- a/src/keyring/localstore.js +++ b/src/keyring/localstore.js @@ -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.