Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-06-05 08:56:47 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-06-05 08:56:47 +0400
commita01a76f44f082b38d71c6257d9d967e51d4fda14 (patch)
tree9a62a304047eedec16d3ff99c2efd451f021745a /index.js
parent702cd7db6e21ff289c3d0917991a06879e2b254d (diff)
always start http server
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 610577e..fb87228 100644
--- a/index.js
+++ b/index.js
@@ -22,6 +22,7 @@ function WebTorrent (opts) {
var self = this
opts = opts || {}
if (opts.blocklist) opts.blocklist = parseBlocklist(opts.blocklist) // TODO: this usage is weird
+
Client.call(self, opts)
if (opts.list) {