From 56731927eefde48ced4c07c247eb904518797693 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 28 May 2013 12:03:47 -0700 Subject: [PATCH] :lipstick: --- src/atom-application.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/atom-application.coffee b/src/atom-application.coffee index 64be0336c..4a491824f 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -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