Skip to content

Commit e87f800

Browse files
committed
kill nbsp
1 parent 89bc8e8 commit e87f800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var parseUrl = require('url').parse
1515

1616
var CONNECTION_ID = Buffer.concat([ toUInt32(0x417), toUInt32(0x27101980) ])
1717
var ACTIONS = { CONNECT: 0, ANNOUNCE: 1 }
18-
var EVENTS = { completed: 1, started: 2, stopped: 3 }
18+
var EVENTS = { completed: 1, started: 2, stopped: 3 }
1919

2020
inherits(Client, EventEmitter)
2121

0 commit comments

Comments
 (0)