Fixes reading from local storage configuration

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-04 10:34:22 -03:00
parent 2a6b78c199
commit b76a18c295
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if (localConfig) {
if (key === 'networkName' && config['forceNetwork']) {
return;
}
config[name] = value;
config[key] = value;
});
}
}