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 коммит произвёл Shelley Vohr
Родитель 5ed11aa1f3
Коммит b333ce2628
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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