From e1b54322ee46f6442baedcc28abbc0b1a9b6300c Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Fri, 4 Nov 2016 10:18:33 +0000 Subject: [PATCH] fix whitespace --- services/web/public/coffee/ide/editor/Document.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/web/public/coffee/ide/editor/Document.coffee b/services/web/public/coffee/ide/editor/Document.coffee index 7b41efdc12..255fc16704 100644 --- a/services/web/public/coffee/ide/editor/Document.coffee +++ b/services/web/public/coffee/ide/editor/Document.coffee @@ -149,8 +149,7 @@ define [ clearChaosMonkey: () -> clearTimeout @_cm - MAX_PENDING_OP_SIZE: 30 # pending ops bigger than this are always - # considered unsaved + MAX_PENDING_OP_SIZE: 30 # pending ops bigger than this are always considered unsaved pollSavedStatus: () -> # returns false if doc has ops waiting to be acknowledged or