closes #542 and other refactors on client side

This commit is contained in:
Baris Soner Usakli
2013-11-23 17:07:31 -05:00
parent 46bad118de
commit 2174aec0e1
7 changed files with 176 additions and 177 deletions

View File

@@ -20,7 +20,7 @@ define(function() {
document.getElementById('connections').innerHTML = total;
});
app.enter_room('admin');
app.enterRoom('admin');
socket.emit('api:get_all_rooms');
};