mirror of
https://github.com/atom/atom.git
synced 2026-02-18 02:21:43 -05:00
Don't use atom.{notifications,config,deserializers,confirm} in Pane
Still need to get rid of one use of showSaveDialogSync
This commit is contained in:
@@ -172,7 +172,7 @@ class AtomEnvironment extends Model
|
||||
@commandInstaller = new CommandInstaller(@getVersion(), @confirm.bind(this))
|
||||
|
||||
@workspace = new Workspace({
|
||||
@config, @project, packageManager: @packages, grammarRegistry: @grammars,
|
||||
@config, @project, packageManager: @packages, grammarRegistry: @grammars, deserializerManager: @deserializers,
|
||||
notificationManager: @notifications, setRepresentedFilename: @setRepresentedFilename.bind(this),
|
||||
setDocumentEdited: @setDocumentEdited.bind(this), @clipboard, viewRegistry: @views, assert: @assert.bind(this), confirm: @confirm.bind(this)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user