From 4b0536ab6a7f487b49737f9a4f9ec53133f33e37 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 23 Jan 2015 10:29:24 -0700 Subject: [PATCH] Remove unused props Signed-off-by: Max Brunsfeld --- src/lines-component.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lines-component.coffee b/src/lines-component.coffee index eefd950ca..b110e6399 100644 --- a/src/lines-component.coffee +++ b/src/lines-component.coffee @@ -36,7 +36,7 @@ LinesComponent = React.createClass div {className: 'lines', style}, div className: 'placeholder-text', placeholderText if placeholderText? - CursorsComponent {presenter, cursorBlinkPeriod, cursorBlinkResumeDelay} + CursorsComponent {presenter} HighlightsComponent { editor, highlightDecorations, lineHeightInPixels, defaultCharWidth,