Initial implementation of chat.

This commit is contained in:
Martin Edenhofer 2012-11-02 17:10:51 +01:00
parent 14cb538f01
commit 08dd2ac7b4

View file

@ -26,6 +26,9 @@ class App.Run extends App.Controller
# start content
new App.Content( el: @el.find('#content') )
# start chat
new App.ChatWidget( el: @el.find('#chat') )
# bind to fill selected text into
App.ClipBoard.bind( @el )