docs: remove incorrectly added let for the win variable (#18052)
This commit is contained in:
parent
5ed11aa1f3
commit
b333ce2628
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ let win
|
||||||
|
|
||||||
function createWindow () {
|
function createWindow () {
|
||||||
// Create the browser window.
|
// Create the browser window.
|
||||||
let win = new BrowserWindow({
|
win = new BrowserWindow({
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
|
|
Loading…
Reference in a new issue