Remove unneeded this prefix
This commit is contained in:
parent
bb260343de
commit
2e6d08c652
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function BrowserWindowProxy (ipcRenderer, guestId) {
|
|||
this.closed = false
|
||||
|
||||
ipcRenderer.once(`ELECTRON_GUEST_WINDOW_MANAGER_WINDOW_CLOSED_${guestId}`, () => {
|
||||
removeProxy(this.guestId)
|
||||
removeProxy(guestId)
|
||||
this.closed = true
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue