remove WebRTC 2

This commit is contained in:
Manuel Araoz 2014-08-19 12:48:49 -04:00
parent e0b8f3319f
commit 54cc8606b4
2 changed files with 0 additions and 4 deletions

View File

@ -9,7 +9,6 @@ module.exports.HDParams = require('./js/models/core/HDParams');
// components
var WebRTC = module.exports.WebRTC = require('./js/models/network/WebRTC');
var Insight = module.exports.Insight = require('./js/models/blockchain/Insight');
var StorageLocalEncrypted = module.exports.StorageLocalEncrypted = require('./js/models/storage/LocalEncrypted');

View File

@ -44,9 +44,6 @@ var createBundle = function(opts) {
b.require('./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', {
expose: '../js/models/blockchain/Insight'
});