CHANGELOG

This commit is contained in:
Feross Aboukhadijeh
2016-03-29 03:16:23 -07:00
parent 6de9c97733
commit bc5292dd02
3 changed files with 35 additions and 11 deletions

View File

@@ -143,8 +143,8 @@ function lazyLoadCast () {
function initWebtorrent () {
WebTorrent = require('webtorrent')
// Connect to the WebTorrent and BitTorrent networks
// WebTorrent.app is a hybrid client, as explained here: https://webtorrent.io/faq
// Connect to the WebTorrent and BitTorrent networks. WebTorrent Desktop is a hybrid
// client, as explained here: https://webtorrent.io/faq
state.client = new WebTorrent()
state.client.on('warning', onWarning)
state.client.on('error', function (err) {