Skip to content

Commit

Permalink
missing semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
joaojeronimo committed Apr 30, 2013
1 parent ffb8256 commit ea47c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/serverstats-express_3/server.js
Expand Up @@ -17,5 +17,5 @@ wss.on('connection', function(ws) {
ws.on('close', function() {
console.log('stopping client interval');
clearInterval(id);
})
});
});

0 comments on commit ea47c1f

Please sign in to comment.