Fixed typo.
This commit is contained in:
parent
5687bd9b4b
commit
108cff3ca1
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class _Singleton extends App.Controller
|
||||||
# use fallback if no connection was possible
|
# use fallback if no connection was possible
|
||||||
if !@connectionWasEstablished
|
if !@connectionWasEstablished
|
||||||
@backend = 'ajax'
|
@backend = 'ajax'
|
||||||
@log 'WebSocket', 'notice', 'No connection to websocket, use use ajax long polling as fallback'
|
@log 'WebSocket', 'notice', 'No connection to websocket, use ajax long polling as fallback'
|
||||||
@_ajaxInit()
|
@_ajaxInit()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue