1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Remove obsolete code

This commit is contained in:
Tim Düsterhus 2013-05-10 17:16:17 +02:00
parent 7923188944
commit ee8d677d23

View File

@ -72,10 +72,6 @@ Events one can listen to. Allows 3rd party developers to change data shown in th
newMessage: $.Callbacks() newMessage: $.Callbacks()
userMenu: $.Callbacks() userMenu: $.Callbacks()
submit: $.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. Every `WCF.PeriodicalExecuter` used by the chat to allow access for 3rd party developers.