Add TextEditorElement.lightDOM to make package specs backward compatible

This commit is contained in:
Antonio Scandurra
2016-10-17 14:32:42 +02:00
parent 883bb15276
commit c6832d5b0e

View File

@@ -12,6 +12,7 @@ class TextEditorElement extends HTMLElement
focusOnAttach: false
hasTiledRendering: true
logicalDisplayBuffer: true
lightDOM: true
createdCallback: ->
# Use globals when the following instance variables aren't set.