add description

This commit is contained in:
Lars Olzem 2014-02-05 14:29:40 +01:00
parent f5b88ea2ac
commit c88718d1b6

View File

@ -36,6 +36,9 @@ function LocalStore(item) {
} }
} }
/*
* Declare the localstore itemname
*/
LocalStore.prototype.item = 'armoredKeys'; LocalStore.prototype.item = 'armoredKeys';
/** /**