mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
stray semicolon fml
This commit is contained in:
@@ -190,7 +190,7 @@ Menu.prototype.closePopup = function (window) {
|
||||
}
|
||||
|
||||
Menu.prototype.getMenuItemById = function (id) {
|
||||
let items = this;
|
||||
let items = this
|
||||
if (items instanceof Menu) items = this.items
|
||||
|
||||
let found = items.find(item => item.id === id) || false
|
||||
|
||||
Reference in New Issue
Block a user