Fixed small typo.
This commit is contained in:
parent
f639e0dc42
commit
be6c6d2012
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ class Index extends App.ControllerContent
|
|||
constructor: ->
|
||||
super
|
||||
|
||||
# navigate to # if sesstion if exists
|
||||
# navigate to # if session if exists
|
||||
if @Session.get( 'id' )
|
||||
@navigate '#'
|
||||
return
|
||||
|
|
|
@ -305,7 +305,7 @@ EventMachine.run {
|
|||
# try to close regular
|
||||
client[:websocket].close_websocket
|
||||
|
||||
# delete sesstion from client list
|
||||
# delete session from client list
|
||||
sleep 0.3
|
||||
@clients.delete(client_id)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue