Remove unused prototype properties

This commit is contained in:
Nathan Sobo
2015-02-18 13:16:04 -07:00
parent ccdc4eb24b
commit dae15eafc9

View File

@@ -21,17 +21,15 @@ TextEditorComponent = React.createClass
displayName: 'TextEditorComponent'
mixins: [SubscriberMixin]
visible: false
pendingScrollTop: null
pendingScrollLeft: null
selectOnMouseMove: false
updateRequested: false
updatesPaused: false
updateRequestedWhilePaused: false
heightAndWidthMeasurementRequested: false
cursorMoved: false
selectionChanged: false
scrollSensitivity: 0.4
heightAndWidthMeasurementRequested: false
inputEnabled: true
domPollingInterval: 100
domPollingIntervalId: null