Add feature flag to detect logical display buffer

This commit is contained in:
Antonio Scandurra
2015-09-30 10:16:47 +02:00
parent cc98cab917
commit 5cb63c8b90

View File

@@ -15,6 +15,7 @@ class TextEditorElement extends HTMLElement
tileSize: null
focusOnAttach: false
hasTiledRendering: true
logicalDisplayBuffer: true
createdCallback: ->
@emitter = new Emitter