Revert "Don’t override lineOverdrawMargin with null"

This reverts commit 04cb43d657.
This commit is contained in:
Nathan Sobo
2015-02-10 10:32:28 -07:00
parent 0392ac51ba
commit 884556c200

View File

@@ -15,6 +15,7 @@ class TextEditorElement extends HTMLElement
componentDescriptor: null
component: null
attached: false
lineOverdrawMargin: null
focusOnAttach: false
createdCallback: ->
@@ -109,6 +110,7 @@ class TextEditorElement extends HTMLElement
rootElement: @rootElement
stylesElement: @stylesElement
editor: @model
lineOverdrawMargin: @lineOverdrawMargin
useShadowDOM: @useShadowDOM
)
@component = React.renderComponent(@componentDescriptor, @rootElement)