mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-14 03:16:24 +00:00
whitespace
This commit is contained in:
parent
06eab6871d
commit
8ba742eed4
@ -28,7 +28,6 @@ inherits(Client, EventEmitter)
|
|||||||
* @param {Number} opts.interval interval in ms to send announce requests to the tracker
|
* @param {Number} opts.interval interval in ms to send announce requests to the tracker
|
||||||
*/
|
*/
|
||||||
function Client (peerId, port, torrent, opts) {
|
function Client (peerId, port, torrent, opts) {
|
||||||
|
|
||||||
var self = this
|
var self = this
|
||||||
if (!(self instanceof Client)) return new Client(peerId, port, torrent, opts)
|
if (!(self instanceof Client)) return new Client(peerId, port, torrent, opts)
|
||||||
EventEmitter.call(self)
|
EventEmitter.call(self)
|
||||||
|
Loading…
Reference in New Issue
Block a user