Ops, forgot the static files

This commit is contained in:
Peter 'Pita' Martischka 2011-06-23 14:09:41 +01:00
parent 80a478fd55
commit af57413cfa
3 changed files with 5 additions and 6 deletions

View file

@ -270,7 +270,7 @@ function getCollabClient(ace2editor, serverVars, initialUserInfo, options) {
}
function sendMessage(msg) {
socket.send({type: "COLLABROOM", component: "pad", data: msg});
socket.json.send({type: "COLLABROOM", component: "pad", data: msg});
}
function wrapRecordingErrors(catcher, func) {