remove WebRTC 2
This commit is contained in:
parent
e0b8f3319f
commit
54cc8606b4
2 changed files with 0 additions and 4 deletions
1
copay.js
1
copay.js
|
|
@ -9,7 +9,6 @@ module.exports.HDParams = require('./js/models/core/HDParams');
|
||||||
|
|
||||||
|
|
||||||
// components
|
// components
|
||||||
var WebRTC = module.exports.WebRTC = require('./js/models/network/WebRTC');
|
|
||||||
var Insight = module.exports.Insight = require('./js/models/blockchain/Insight');
|
var Insight = module.exports.Insight = require('./js/models/blockchain/Insight');
|
||||||
var StorageLocalEncrypted = module.exports.StorageLocalEncrypted = require('./js/models/storage/LocalEncrypted');
|
var StorageLocalEncrypted = module.exports.StorageLocalEncrypted = require('./js/models/storage/LocalEncrypted');
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,9 +44,6 @@ var createBundle = function(opts) {
|
||||||
b.require('./js/models/core/WalletLock', {
|
b.require('./js/models/core/WalletLock', {
|
||||||
expose: '../js/models/core/WalletLock'
|
expose: '../js/models/core/WalletLock'
|
||||||
});
|
});
|
||||||
b.require('./js/models/network/WebRTC', {
|
|
||||||
expose: '../js/models/network/WebRTC'
|
|
||||||
});
|
|
||||||
b.require('./js/models/blockchain/Insight', {
|
b.require('./js/models/blockchain/Insight', {
|
||||||
expose: '../js/models/blockchain/Insight'
|
expose: '../js/models/blockchain/Insight'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue