Remove lint errors
This commit is contained in:
parent
c98f419bc8
commit
58c1d38c96
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue