Fixed participant count
This commit is contained in:
parent
c0408a614f
commit
8068c81e2e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue