Add missing variable declaration

This commit is contained in:
Esteban Ordano 2014-10-31 15:27:03 -03:00
commit 1599c59106

View file

@ -162,6 +162,7 @@ Compatibility.readWalletPre8 = function(walletId, password, cb) {
var self = this;
var passphrase = cryptoUtils.kdf(password);
var obj = {};
var key;
for (key in localStorage) {
if (key.indexOf('wallet::' + walletId) !== -1) {