Fixed typos
This commit is contained in:
parent
c12ba5d221
commit
831c7f5924
9 changed files with 21 additions and 21 deletions
|
@ -33,7 +33,7 @@ BrowserWindow::_init = ->
|
|||
id = BrowserWindow.windows.add this
|
||||
|
||||
# Remove the window from weak map immediately when it's destroyed, since we
|
||||
# could be iterating windows before GC happended.
|
||||
# could be iterating windows before GC happened.
|
||||
@once 'closed', ->
|
||||
BrowserWindow.windows.remove id if BrowserWindow.windows.has id
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue