Compatibility for wallets

This commit is contained in:
ssotomayor 2014-10-27 21:05:22 -03:00 committed by Esteban Ordano
commit 202a047edc
3 changed files with 103 additions and 2 deletions

View file

@ -69,6 +69,9 @@ var createBundle = function(opts) {
b.require('./js/models/Insight', {
expose: '../js/models/Insight'
});
b.require('./js/models/Compatibility', {
expose: '../js/models/Compatibility'
});
b.require('./js/models/PrivateKey', {
expose: '../js/models/PrivateKey'
});