fix set config

This commit is contained in:
Matias Alejo Garcia 2014-12-12 11:21:48 -03:00
commit 7d5ed4595c
5 changed files with 16 additions and 17 deletions

View file

@ -8,6 +8,7 @@ var ls = new LS();
// TODO move this to configService !
var config = copay.defaultConfig;
ls.getItem('config', function(err, data) {
var localConfig;
try {