GitList
About
Refresh
Report bug
Help
browsing:
c4a1e746d62ebb5ed75d6ccda4ec8689bf042b3b
Branches
backbonejs-auth
chat-css
history
master
sending-messages
Files
Commits
Stats
Network
xmpp-bachelor.git
/
app
/
assets
/
javascripts
/
chat.js.coffee
Raw
Blame
History
1
2
3
4
5
$
()
.ready
(
->
$
(
window
)
.resize
(
->
App.UI.setAutoHeight
()
)
.trigger
(
'resize'
)
)