Get rid of .underlayer

/cc: @nathansobo
This commit is contained in:
Antonio Scandurra
2015-06-05 16:26:33 +02:00
parent 79b0bc2bad
commit d294f35849
3 changed files with 0 additions and 23 deletions

View File

@@ -12,11 +12,6 @@ class HighlightsComponent
@domNode = document.createElement('div')
@domNode.classList.add('highlights')
if atom.config.get('editor.useShadowDOM')
insertionPoint = document.createElement('content')
insertionPoint.setAttribute('select', '.underlayer')
@domNode.appendChild(insertionPoint)
getDomNode: ->
@domNode