mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
add @update to AtomEnvironment
This commit is contained in:
committed by
Ben Ogle
parent
6505c65008
commit
44d7832745
@@ -41,6 +41,7 @@ TextEditor = require './text-editor'
|
||||
TextBuffer = require 'text-buffer'
|
||||
Gutter = require './gutter'
|
||||
TextEditorRegistry = require './text-editor-registry'
|
||||
Update = require './update'
|
||||
|
||||
WorkspaceElement = require './workspace-element'
|
||||
PanelContainerElement = require './panel-container-element'
|
||||
@@ -191,6 +192,7 @@ class AtomEnvironment extends Model
|
||||
@themes.workspace = @workspace
|
||||
|
||||
@textEditors = new TextEditorRegistry
|
||||
@update = new Update()
|
||||
|
||||
@config.load()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user