Don’t override lineOverdrawMargin with null

This commit is contained in:
Nathan Sobo
2015-02-10 10:15:44 -07:00
parent a4fd589616
commit 04cb43d657

View File

@@ -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)