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:
Diffstat (limited to 'lib/webconn.js')
-rw-r--r--lib/webconn.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/webconn.js b/lib/webconn.js
index ca6760f..945edd4 100644
--- a/lib/webconn.js
+++ b/lib/webconn.js
@@ -1,3 +1,6 @@
+// TODO: cleanup events
+// TODO: cleanup reference to parsedTorrent (i.e. Torrent object)
+
module.exports = WebConn
var BitField = require('bitfield')