We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06eab68 commit 8ba742eCopy full SHA for 8ba742e
client.js
@@ -28,7 +28,6 @@ inherits(Client, EventEmitter)
28
* @param {Number} opts.interval interval in ms to send announce requests to the tracker
29
*/
30
function Client (peerId, port, torrent, opts) {
31
-
32
var self = this
33
if (!(self instanceof Client)) return new Client(peerId, port, torrent, opts)
34
EventEmitter.call(self)
0 commit comments