From 669586c11bcbce6180258f336752abdd3fab9580 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 4 Apr 2014 12:56:53 -0600 Subject: [PATCH] :lipstick: --- spec/editor-component-spec.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/editor-component-spec.coffee b/spec/editor-component-spec.coffee index 716a5975d..2affd5114 100644 --- a/spec/editor-component-spec.coffee +++ b/spec/editor-component-spec.coffee @@ -151,7 +151,6 @@ describe "EditorComponent", -> expect(region3Rect.left).toBe 0 expect(region3Rect.width).toBe 10 * charWidth - it "updates the scroll bar when the scrollTop is changed in the model", -> node.style.height = 4.5 * lineHeightInPixels + 'px' component.updateAllDimensions()