docs: remove incorrectly added let for the win variable (#18052)

This commit is contained in:
Milan Burda
2019-05-01 19:45:58 +02:00
committed by Shelley Vohr
parent 5ed11aa1f3
commit b333ce2628

View File

@@ -138,7 +138,7 @@ let win
function createWindow () {
// Create the browser window.
let win = new BrowserWindow({
win = new BrowserWindow({
width: 800,
height: 600,
webPreferences: {