This commit is contained in:
Kevin Sawicki
2013-05-28 12:03:47 -07:00
parent b21db90456
commit 56731927ee

View File

@@ -189,14 +189,14 @@ class AtomApplication
return
@configWindow = new AtomWindow
bootstrapScript: 'config-bootstrap',
bootstrapScript: 'config-bootstrap'
resourcePath: @resourcePath
@configWindow.browserWindow.on 'destroyed', =>
@configWindow = null
runSpecs: (exitWhenDone) ->
specWindow = new AtomWindow
bootstrapScript: 'spec-bootstrap',
bootstrapScript: 'spec-bootstrap'
resourcePath: @resourcePath
exitWhenDone: exitWhenDone
isSpec: true