clean up whitespace

This commit is contained in:
Brian Gough 2016-10-31 16:26:08 +00:00
parent 2461c1b7be
commit b907620fc1

View file

@ -28,8 +28,8 @@ define [], () ->
@connected = false @connected = false
@userIsInactive = false @userIsInactive = false
@gracefullyReconnecting = false @gracefullyReconnecting = false
@$scope.connection = @$scope.connection =
reconnecting: false reconnecting: false
# If we need to force everyone to reload the editor # If we need to force everyone to reload the editor
forced_disconnect: false forced_disconnect: false
@ -262,7 +262,7 @@ define [], () ->
setTimeout () => setTimeout () =>
@reconnectGracefully() @reconnectGracefully()
, @RECONNECT_GRACEFULLY_RETRY_INTERVAL , @RECONNECT_GRACEFULLY_RETRY_INTERVAL
_reconnectGracefullyNow: () -> _reconnectGracefullyNow: () ->
@gracefullyReconnecting = true @gracefullyReconnecting = true
@reconnectGracefullyStarted = null @reconnectGracefullyStarted = null