multiple ux fixes

This commit is contained in:
Matias Alejo Garcia 2014-04-21 07:27:45 -03:00
commit dcd903904e
6 changed files with 53 additions and 54 deletions

View file

@ -135,7 +135,7 @@ WalletFactory.prototype.getWalletIds = function() {
WalletFactory.prototype.remove = function(walletId) {
// TODO remove wallet contents
console.log('TODO: remove wallet contents');
this.log('TODO: remove wallet contents');
};