Remove unused telepath key from initial data hash

This commit is contained in:
Kevin Sawicki
2013-07-23 12:02:59 -07:00
parent 9c67aa105b
commit 5161a71bae

View File

@@ -90,7 +90,7 @@ class HostSession
@peer.on 'connection', (connection) =>
connection.on 'open', =>
console.log 'sending document'
connection.send({repoSnapshot, doc: @doc.serialize(), telepath: true})
connection.send({repoSnapshot, doc: @doc.serialize()})
connectDocument(@doc, connection)
connection.on 'close', =>