From 8713f215c16ef75cf819b189a28f68e044c4f41d Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 8 Sep 2015 18:40:27 +0200 Subject: [PATCH] :racehorse: Remove unused class --- src/line-numbers-tile-component.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/line-numbers-tile-component.coffee b/src/line-numbers-tile-component.coffee index e82b4f6f4..c92367dc8 100644 --- a/src/line-numbers-tile-component.coffee +++ b/src/line-numbers-tile-component.coffee @@ -129,7 +129,7 @@ class LineNumbersTileComponent oldLineNumberState.zIndex = newLineNumberState.zIndex buildLineNumberClassName: ({bufferRow, foldable, decorationClasses, softWrapped}) -> - className = "line-number line-number-#{bufferRow}" + className = "line-number" className += " " + decorationClasses.join(' ') if decorationClasses? className += " foldable" if foldable and not softWrapped className