Skip to content

Commit

Permalink
Revert "Socket.io server socket can be passed instead of listen"
Browse files Browse the repository at this point in the history
This reverts commit dc060bd.
  • Loading branch information
skyisle committed Apr 9, 2012
1 parent 94f9b1f commit 83295cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/socketio.coffee
Expand Up @@ -19,7 +19,7 @@ i = ->#util.inspect
#
# Options = {}
exports.attach = (server, createClient, options) ->
io = options.io || socketio.listen server
io = socketio.listen server

io.configure ->
io.set 'log level', 1
Expand Down

0 comments on commit 83295cc

Please sign in to comment.