зеркало из https://github.com/electron/electron.git
Remove lint errors
This commit is contained in:
Родитель
c98f419bc8
Коммит
58c1d38c96
|
@ -91,7 +91,7 @@ app.once('ready', () => {
|
|||
}
|
||||
},
|
||||
{
|
||||
role: 'togglefullscreen',
|
||||
role: 'togglefullscreen'
|
||||
},
|
||||
{
|
||||
label: 'Toggle Developer Tools',
|
||||
|
|
|
@ -5,7 +5,7 @@ const roles = require('./menu-item-roles')
|
|||
let nextCommandId = 0
|
||||
|
||||
const MenuItem = function (options) {
|
||||
const {app, Menu} = require('electron')
|
||||
const {Menu} = require('electron')
|
||||
|
||||
this.selector = options.selector
|
||||
this.type = options.type
|
||||
|
|
Загрузка…
Ссылка в новой задаче