Fix linting errors around spacing and semicolons
This commit is contained in:
parent
035d9df29b
commit
e85d2f00dd
1 changed files with 6 additions and 6 deletions
|
@ -169,7 +169,7 @@ myBrowserWindow.webContents.on('new-window', (event, url) => {
|
||||||
win.once('ready-to-show', () => win.show())
|
win.once('ready-to-show', () => win.show())
|
||||||
win.loadURL(url)
|
win.loadURL(url)
|
||||||
event.newGuest = win
|
event.newGuest = win
|
||||||
});
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Event: 'will-navigate'
|
#### Event: 'will-navigate'
|
||||||
|
|
Loading…
Reference in a new issue