fixed editor

This commit is contained in:
Kevin Jahns
2014-08-16 16:33:45 +02:00
parent f348ca8f5e
commit 9d61dd87fc
25 changed files with 169 additions and 183 deletions

View File

@@ -49,7 +49,6 @@ createPeerJsConnector = (callback)->
else if data.op?
@engine.applyOp data.op
else if data.conns?
console.log "conns received"
for conn_id in data.conns
@connectToPeer conn_id
else