mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
⌨️ fix typo
This commit is contained in:
@@ -162,7 +162,7 @@ class AtomApplication
|
||||
|
||||
# Public: Removes the {AtomWindow} from the global window list.
|
||||
removeWindow: (window) ->
|
||||
@windowStacktack.removeWindow(window)
|
||||
@windowStack.removeWindow(window)
|
||||
if @getAllWindows().length is 0
|
||||
@applicationMenu?.enableWindowSpecificItems(false)
|
||||
if process.platform in ['win32', 'linux']
|
||||
|
||||
Reference in New Issue
Block a user