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
path: root/lib
diff options
context:
space:
mode:
authorDiego Rodríguez B <DiegoRBaquero@users.noreply.github.com>2015-12-09 06:42:29 +0300
committerDiego Rodríguez B <DiegoRBaquero@users.noreply.github.com>2015-12-09 06:42:29 +0300
commitcf9e89f0e73e92c0c069f7acd99140d0bbde85fe (patch)
treeb7a4c40760f4259efb5dd239faae45bc6a6cc9eb /lib
parentefa410dc279bff80f5ab6ffcbcc87279e3737908 (diff)
Standard fix
Remove space to match standard
Diffstat (limited to 'lib')
-rw-r--r--lib/torrent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torrent.js b/lib/torrent.js
index d594d34..ccf7782 100644
--- a/lib/torrent.js
+++ b/lib/torrent.js
@@ -81,7 +81,7 @@ function Torrent (torrentId, opts) {
this.numBlockedPeers = 0
this.files = null
this.done = false
-
+
this._amInterested = false
this.pieces = []
this._selections = []