remove a little bit more dead code

This commit is contained in:
ansuz 2016-04-22 09:46:41 +02:00
parent b140b6429d
commit 4c95602347

View File

@ -250,14 +250,10 @@ define([
// our encryption key
cryptKey: key,
// configuration :D
doc: inner,
setMyID: setMyID,
// really basic operational transform
transformFunction : JsonOT.validate
// pass in websocket/netflux object TODO
};
var onRemote = realtimeOptions.onRemote = function (info) {