Uh we seriously don't need package manager.

Not sure how that slipped back in there.
This commit is contained in:
joshaber
2016-04-25 16:31:28 -04:00
parent 8d7f1b8fba
commit 856697e55f

View File

@@ -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)