Skip to content

Commit

Permalink
Add feature flag to detect logical display buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
as-cii committed Sep 30, 2015
1 parent cc98cab commit 5cb63c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/text-editor-element.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class TextEditorElement extends HTMLElement
tileSize: null
focusOnAttach: false
hasTiledRendering: true
logicalDisplayBuffer: true

createdCallback: ->
@emitter = new Emitter
Expand Down

0 comments on commit 5cb63c8

Please sign in to comment.