mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
Uh we seriously don't need package manager.
Not sure how that slipped back in there.
This commit is contained in:
@@ -570,7 +570,7 @@ class Workspace extends Model
|
||||
# Returns a {TextEditor}.
|
||||
buildTextEditor: (params) ->
|
||||
params = _.extend({
|
||||
@config, @packageManager, @clipboard, @grammarRegistry,
|
||||
@config, @clipboard, @grammarRegistry,
|
||||
@project, @assert, @applicationDelegate
|
||||
}, params)
|
||||
new TextEditor(params)
|
||||
|
||||
Reference in New Issue
Block a user