Narrow scope and rename flag

This commit is contained in:
Antonio Scandurra
2015-05-27 12:59:36 +02:00
parent 7926ca5f23
commit a0ce1e6d01
2 changed files with 1 additions and 2 deletions

View File

@@ -34,8 +34,6 @@ class Atom extends Model
atom = @deserialize(@loadState(mode)) ? new this({mode, @version})
atom.deserializeTimings.atom = Date.now() - startTime
Object.defineProperty(atom, "hasTiledEditor", value: true)
if includeDeprecatedAPIs
workspaceViewDeprecationMessage = """
atom.workspaceView is no longer available.

View File

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