Fixed coffee lint.
This commit is contained in:
parent
0d940d6460
commit
61615adc00
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ class ChatWindow extends App.Controller
|
||||||
})
|
})
|
||||||
|
|
||||||
disconnect: =>
|
disconnect: =>
|
||||||
@addStatusMessage("<strong>You</strong> left the conversation")
|
@addStatusMessage('<strong>You</strong> left the conversation')
|
||||||
App.WebSocket.send(
|
App.WebSocket.send(
|
||||||
event:'chat_session_close'
|
event:'chat_session_close'
|
||||||
data:
|
data:
|
||||||
|
|
Loading…
Reference in a new issue