Don't need to pass Project around anymore.

This commit is contained in:
joshaber
2016-04-25 17:03:26 -04:00
parent 9fa669b293
commit 7ed4d60967
2 changed files with 3 additions and 5 deletions

View File

@@ -571,7 +571,7 @@ class Workspace extends Model
buildTextEditor: (params) ->
params = _.extend({
@config, @clipboard, @grammarRegistry,
@project, @assert, @applicationDelegate
@assert, @applicationDelegate
}, params)
new TextEditor(params)