From b907620fc1bbb552d1a2d9bd443dc3bc2dd39571 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Mon, 31 Oct 2016 16:26:08 +0000 Subject: [PATCH] clean up whitespace --- .../public/coffee/ide/connection/ConnectionManager.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/web/public/coffee/ide/connection/ConnectionManager.coffee b/services/web/public/coffee/ide/connection/ConnectionManager.coffee index 083e0f061f..61d3d1c37d 100644 --- a/services/web/public/coffee/ide/connection/ConnectionManager.coffee +++ b/services/web/public/coffee/ide/connection/ConnectionManager.coffee @@ -28,8 +28,8 @@ define [], () -> @connected = false @userIsInactive = false @gracefullyReconnecting = false - - @$scope.connection = + + @$scope.connection = reconnecting: false # If we need to force everyone to reload the editor forced_disconnect: false @@ -262,7 +262,7 @@ define [], () -> setTimeout () => @reconnectGracefully() , @RECONNECT_GRACEFULLY_RETRY_INTERVAL - + _reconnectGracefullyNow: () -> @gracefullyReconnecting = true @reconnectGracefullyStarted = null