зеркало из https://github.com/electron/electron.git
docs: remove incorrectly added let for the win variable (#18052)
This commit is contained in:
Родитель
5ed11aa1f3
Коммит
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: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче