From 15c02014f770d906679a37b37f8c6cc614a7295b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 14 Feb 2013 12:27:46 -0800 Subject: [PATCH] :lipstick: --- src/app/editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/editor.coffee b/src/app/editor.coffee index c84eb920e..c6dfe8d8a 100644 --- a/src/app/editor.coffee +++ b/src/app/editor.coffee @@ -910,7 +910,7 @@ class Editor extends View @newSelections = @activeEditSession.getSelections() @updateDisplay(suppressAutoScroll: true) - requestDisplayUpdate: ()-> + requestDisplayUpdate: -> return if @pendingDisplayUpdate @pendingDisplayUpdate = true _.nextTick =>