mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
Remove unneeded this prefix
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user