Skip to content

Commit d099bd6

Browse files
committed
fix trailing colon
1 parent 4252984 commit d099bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stomp-node.coffee

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ wrapTCP= (port, host) ->
1616
socket.on 'data', (data) ->
1717
event = {
1818
'data': data.toString()
19-
};
19+
}
2020
ws.onmessage(event)
2121

22-
return ws;
22+
return ws
2323

2424
wrapWS= (url) ->
2525
WebSocketClient = require('websocket').client

0 commit comments

Comments
 (0)