Initial implementation of chat.
This commit is contained in:
parent
14cb538f01
commit
08dd2ac7b4
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ class App.Run extends App.Controller
|
||||||
# start content
|
# start content
|
||||||
new App.Content( el: @el.find('#content') )
|
new App.Content( el: @el.find('#content') )
|
||||||
|
|
||||||
|
# start chat
|
||||||
|
new App.ChatWidget( el: @el.find('#chat') )
|
||||||
|
|
||||||
# bind to fill selected text into
|
# bind to fill selected text into
|
||||||
App.ClipBoard.bind( @el )
|
App.ClipBoard.bind( @el )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue