From e89ee8ff3c5b50c18ff7dab2837a1d86e2530ec5 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sat, 25 May 2013 15:36:47 +0800 Subject: [PATCH] :lipstick: --- src/atom-application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom-application.coffee b/src/atom-application.coffee index 79d0ecc1b..6478772d4 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -12,7 +12,7 @@ atomApplication = null module.exports = class AtomApplication - @addWindow: (window) -> atomApplication.removeWindow(window) + @addWindow: (window) -> atomApplication.addWindow(window) @removeWindow: (window) -> atomApplication.removeWindow(window) windows: null