fixing index.html and karma tests

This commit is contained in:
Manuel Araoz 2014-08-14 11:51:56 -04:00
commit e857e34b1d
5 changed files with 21 additions and 5 deletions

View file

@ -10,7 +10,7 @@ if (is_browser) {
var copay = require('../copay'); //node
}
var copayConfig = require('../config');
var Wallet = require('../js/models/core/Wallet');
var Wallet = copay.Wallet;
var PrivateKey = copay.PrivateKey;
var Storage = require('./mocks/FakeStorage');
var Network = require('./mocks/FakeNetwork');