Fixed style

This commit is contained in:
Guillermo Rauch
2011-05-17 18:51:59 -07:00
parent a9ed766b85
commit 76a2da8cb8

View File

@@ -124,7 +124,7 @@ module.exports = {
io.sockets.on('connection', function (socket) {
socket.on('disconnect', function (reason) {
reason.should.eql('heartbeat timeout');
cl.end();
io.server.close();
done();