mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs: remove incorrectly added let for the win variable (#18095)
This commit is contained in:
committed by
John Kleinschmidt
parent
57f7c8b6b9
commit
276c07d3d7
@@ -138,7 +138,7 @@ let win
|
||||
|
||||
function createWindow () {
|
||||
// Create the browser window.
|
||||
let win = new BrowserWindow({
|
||||
win = new BrowserWindow({
|
||||
width: 800,
|
||||
height: 600,
|
||||
webPreferences: {
|
||||
|
||||
Reference in New Issue
Block a user