Remove lint errors
This commit is contained in:
parent
c98f419bc8
commit
58c1d38c96
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ app.once('ready', () => {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
role: 'togglefullscreen',
|
role: 'togglefullscreen'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Toggle Developer Tools',
|
label: 'Toggle Developer Tools',
|
||||||
|
|
|
@ -5,7 +5,7 @@ const roles = require('./menu-item-roles')
|
||||||
let nextCommandId = 0
|
let nextCommandId = 0
|
||||||
|
|
||||||
const MenuItem = function (options) {
|
const MenuItem = function (options) {
|
||||||
const {app, Menu} = require('electron')
|
const {Menu} = require('electron')
|
||||||
|
|
||||||
this.selector = options.selector
|
this.selector = options.selector
|
||||||
this.type = options.type
|
this.type = options.type
|
||||||
|
|
Loading…
Reference in a new issue