diff --git a/src/text-editor-element.coffee b/src/text-editor-element.coffee index 67e62b408..803f25bc0 100644 --- a/src/text-editor-element.coffee +++ b/src/text-editor-element.coffee @@ -15,7 +15,6 @@ class TextEditorElement extends HTMLElement componentDescriptor: null component: null attached: false - lineOverdrawMargin: null focusOnAttach: false createdCallback: -> @@ -110,7 +109,6 @@ class TextEditorElement extends HTMLElement rootElement: @rootElement stylesElement: @stylesElement editor: @model - lineOverdrawMargin: @lineOverdrawMargin useShadowDOM: @useShadowDOM ) @component = React.renderComponent(@componentDescriptor, @rootElement)