This commit is contained in:
Nathan Sobo
2014-11-04 13:56:25 -07:00
parent 9690e44ffe
commit 7fe9c14772

View File

@@ -26,7 +26,6 @@ class TextEditorElement extends HTMLElement
@classList.add('editor')
@setAttribute('tabindex', -1)
if atom.config.get('editor.useShadowDOM')
@createShadowRoot()