mirror of
https://github.com/atom/atom.git
synced 2026-02-16 17:45:24 -05:00
Don't need to pass Project around anymore.
This commit is contained in:
@@ -571,7 +571,7 @@ class Workspace extends Model
|
||||
buildTextEditor: (params) ->
|
||||
params = _.extend({
|
||||
@config, @clipboard, @grammarRegistry,
|
||||
@project, @assert, @applicationDelegate
|
||||
@assert, @applicationDelegate
|
||||
}, params)
|
||||
new TextEditor(params)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user