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-07-25 16:12:01 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-07-29 09:03:01 +0400
commitdf093140c8d34e4803a9909b900c1e8e136d4e1d (patch)
tree52c6c13da0c1070d229bbba50c5919b87382d3ae /index.js
parent7a15bf852803b875df15c8d0781fdebc4410920d (diff)
bittorrent-client@0.4.0
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.js b/index.js
index 05faf58..1d96b14 100644
--- a/index.js
+++ b/index.js
@@ -142,6 +142,8 @@ WebTorrent.prototype.destroy = function (cb) {
}
parallel(tasks, cb)
+
+ return self
}
WebTorrent.prototype._onTorrent = function (torrent) {