Fixed typo.

This commit is contained in:
Martin Edenhofer 2012-11-27 01:10:17 +01:00
parent 5687bd9b4b
commit 108cff3ca1

View file

@ -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