Fixed participant count

This commit is contained in:
Hexagon 2015-10-04 14:44:40 +02:00
parent c0408a614f
commit 8068c81e2e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ define({
count = function() {
if (room) {
mediator.emit('socket:emit', 'room:count');
mediator.emit('socket:emit', {data: 'room:count'});
} else {
mediator.emit('console:error', templates.messages.not_in_room);
}