This commit is contained in:
Cheng Zhao
2013-05-25 15:36:47 +08:00
parent 50ba01e22d
commit e89ee8ff3c

View File

@@ -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