Use correct indentation

This commit is contained in:
Kevin Sawicki
2013-05-29 11:55:06 -07:00
parent e19c0e4f87
commit ce71cf7703
4 changed files with 34 additions and 34 deletions

View File

@@ -28,7 +28,7 @@ class AtomApplication
constructor: ({@resourcePath, @executedFrom, @pathsToOpen, @testMode, @version}) ->
if @pathsToOpen?
@pathsToOpen = @pathsToOpen.map (pathToOpen) =>
path.resolve(@executedFrom, pathToOpen)
path.resolve(@executedFrom, pathToOpen)
else
@pathsToOpen = [@executedFrom] if @executedFrom
@@ -204,8 +204,8 @@ class AtomApplication
resourcePath: @resourcePath
else
atomWindow = new AtomWindow
bootstrapScript: 'window-bootstrap'
resourcePath: @resourcePath
bootstrapScript: 'window-bootstrap'
resourcePath: @resourcePath
openConfig: ->
if @configWindow