diff --git a/src/lines-component.coffee b/src/lines-component.coffee index 2b4a5c5bf..4fa864355 100644 --- a/src/lines-component.coffee +++ b/src/lines-component.coffee @@ -139,7 +139,7 @@ LinesComponent = React.createClass node.appendChild(lineNode) buildLineHTML: (id) -> - {presenter, showIndentGuide, lineHeightInPixels, lineDecorations} = @props + {presenter, showIndentGuide, lineDecorations} = @props {scrollWidth} = @newState {screenRow, tokens, text, top, lineEnding, fold, isSoftWrapped, indentLevel} = @newState.lines[id] @@ -236,7 +236,7 @@ LinesComponent = React.createClass "" updateLineNode: (id) -> - {lineHeightInPixels, lineDecorations} = @props + {lineDecorations} = @props {scrollWidth} = @newState {screenRow, top} = @newState.lines[id]