mirror of
https://github.com/atom/atom.git
synced 2026-02-14 00:25:08 -05:00
Narrow scope and rename flag
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -17,6 +17,7 @@ class TextEditorElement extends HTMLElement
|
||||
attached: false
|
||||
tileSize: null
|
||||
focusOnAttach: false
|
||||
hasTiledRendering: true
|
||||
|
||||
createdCallback: ->
|
||||
@emitter = new Emitter
|
||||
|
||||
Reference in New Issue
Block a user