Skip to content

Commit

Permalink
fix trailing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Sep 25, 2013
1 parent 4252984 commit d099bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stomp-node.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ wrapTCP= (port, host) ->
socket.on 'data', (data) ->
event = {
'data': data.toString()
};
}
ws.onmessage(event)

return ws;
return ws

wrapWS= (url) ->
WebSocketClient = require('websocket').client
Expand Down

0 comments on commit d099bd6

Please sign in to comment.