Remove unused properties in EditorComponent and children

This commit is contained in:
Nathan Sobo
2015-01-27 08:12:33 -07:00
parent c4b5a0f411
commit a5580a704d
4 changed files with 21 additions and 26 deletions

View File

@@ -113,14 +113,9 @@ TextEditorComponent = React.createClass
style: hiddenInputStyle
LinesComponent {
ref: 'lines',
editor, lineHeightInPixels, defaultCharWidth, tokenizedLines,
lineDecorations, highlightDecorations, overlayDecorations, hostElement,
renderedRowRange, @pendingChanges, scrollTop, scrollLeft,
@scrollingVertically, scrollHeight, scrollWidth, mouseWheelScreenRow,
visible, scrollViewHeight, @scopedCharacterWidthsChangeCount, lineWidth, @useHardwareAcceleration,
placeholderText, @performedInitialMeasurement, @backgroundColor, cursorPixelRects,
cursorBlinkPeriod, cursorBlinkResumeDelay, useShadowDOM, @presenter
ref: 'lines', @presenter, editor, hostElement, @useHardwareAcceleration, useShadowDOM,
@scrollingVertically, mouseWheelScreenRow, visible, placeholderText, @backgroundColor,
overlayDecorations
}
ScrollbarComponent