From 4c9560234795fbed738d20d8679ddc3e8be9dc95 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 22 Apr 2016 09:46:41 +0200 Subject: [PATCH] remove a little bit more dead code --- www/pad/main.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/www/pad/main.js b/www/pad/main.js index c535b678b..09055bc33 100644 --- a/www/pad/main.js +++ b/www/pad/main.js @@ -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) {