diff --git a/src/text-editor.coffee b/src/text-editor.coffee index 55a7b026f..7410f8209 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -95,7 +95,6 @@ class TextEditor extends Model @project, @assert, @applicationDelegate, @pending } = params - throw new Error("Must pass a config parameter when constructing TextEditors") unless @config? throw new Error("Must pass a notificationManager parameter when constructing TextEditors") unless @notificationManager? throw new Error("Must pass a packageManager parameter when constructing TextEditors") unless @packageManager?