From ee8d677d2357c21222fe60545ee237683bc583a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 10 May 2013 17:16:17 +0200 Subject: [PATCH] Remove obsolete code --- file/js/be.bastelstu.Chat.litcoffee | 4 ---- 1 file changed, 4 deletions(-) diff --git a/file/js/be.bastelstu.Chat.litcoffee b/file/js/be.bastelstu.Chat.litcoffee index 3a956fe..6d654a2 100644 --- a/file/js/be.bastelstu.Chat.litcoffee +++ b/file/js/be.bastelstu.Chat.litcoffee @@ -72,10 +72,6 @@ Events one can listen to. Allows 3rd party developers to change data shown in th newMessage: $.Callbacks() userMenu: $.Callbacks() submit: $.Callbacks() - -Instance of socket.io for real time chatting. - - socket: null Every `WCF.PeriodicalExecuter` used by the chat to allow access for 3rd party developers.