Fix syntax error in previous commit

This commit is contained in:
calzoneman 2013-04-19 14:23:32 -05:00
parent a36d0d022e
commit abe6dbe225
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ if(params["channel"] == undefined) {
socket.emit("joinChannel", { socket.emit("joinChannel", {
name: m[1] name: m[1]
}); });
return; break;
} }
var main = $($(".container")[1]); var main = $($(".container")[1]);