From 629525383ef9f7890415bf5765dfd4bbfb0ee338 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Mon, 16 Jul 2012 09:17:43 -0700 Subject: [PATCH] Adjusting the width of rendered lines happens automatically with CSS --- src/app/editor.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/editor.coffee b/src/app/editor.coffee index 21a7643b9..e9a0b926d 100644 --- a/src/app/editor.coffee +++ b/src/app/editor.coffee @@ -339,7 +339,6 @@ class Editor extends View @setSoftWrapColumn() if @activeEditSession.getSoftWrap() $(window).on "resize.editor#{@id}", => @updateRenderedLines() - @adjustWidthOfRenderedLines() # TODO: This should happen automatically with CSS @focus() if @isFocused @renderWhenAttached()