migration tested

This commit is contained in:
Matias Alejo Garcia 2015-04-25 15:09:13 -03:00
commit 648d754556
3 changed files with 19 additions and 9 deletions

View file

@ -38,6 +38,9 @@ angular
return v;
});
historicLog.add(level, args.join(' '));
if (window.cordova)
console.log(args.join(' '));
orig.apply(null, args)
};
});