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 89bc8e8 commit e87f800Copy full SHA for e87f800
index.js
@@ -15,7 +15,7 @@ var parseUrl = require('url').parse
15
16
var CONNECTION_ID = Buffer.concat([ toUInt32(0x417), toUInt32(0x27101980) ])
17
var ACTIONS = { CONNECT: 0, ANNOUNCE: 1 }
18
-var EVENTS = { completed: 1, started: 2, stopped: 3 }
+var EVENTS = { completed: 1, started: 2, stopped: 3 }
19
20
inherits(Client, EventEmitter)
21
0 commit comments