stray semicolon fml
This commit is contained in:
parent
4753ada7a9
commit
afe033a6e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue