CHANGELOG

This commit is contained in:
Feross Aboukhadijeh
2016-03-29 03:16:23 -07:00
parent 0683255281
commit 9694a9f5fd
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) {