mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
docs: remove incorrectly added let for the win variable (#18052)
This commit is contained in:
committed by
Shelley Vohr
parent
5ed11aa1f3
commit
b333ce2628
@@ -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