mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
💄
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user