Remove isInitialEmptyEditor

This commit is contained in:
Ben Ogle
2015-03-03 13:18:02 -08:00
parent 1cdfac008b
commit 5f7015f303
2 changed files with 2 additions and 2 deletions

View File

@@ -633,7 +633,7 @@ class Atom extends Model
openInitialEmptyEditorIfNecessary: ->
if @getLoadSettings().initialPaths?.length is 0 and @workspace.getPaneItems().length is 0
@workspace.open(null, {isInitialEmptyEditor: true})
@workspace.open(null)
###
Section: Messaging the User