From 04cb43d6577991d22cac32e91c96b11aaa5ea8f3 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 10 Feb 2015 10:15:44 -0700 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20override=20lineOverdrawMargin?= =?UTF-8?q?=20with=20null?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/text-editor-element.coffee | 2 -- 1 file changed, 2 deletions(-) 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)