rename walletFactory to identity. Test passing

This commit is contained in:
Matias Alejo Garcia 2014-09-26 05:00:43 -03:00
commit eb9ab115d7
14 changed files with 652 additions and 115 deletions

View file

@ -58,8 +58,8 @@ var createBundle = function(opts) {
expose: '../js/log'
});
// b.external('bitcore');
b.require('./js/models/WalletFactory', {
expose: '../js/models/WalletFactory'
b.require('./js/models/Identity', {
expose: '../js/models/Identity'
});
b.require('./js/models/Wallet');
b.require('./js/models/Wallet', {