revert to more graceful template structure check (#12699)
This commit is contained in:
Родитель
9c65abd746
Коммит
7c4964fae6
|
@ -154,7 +154,7 @@ Menu.setApplicationMenu = function (menu) {
|
||||||
}
|
}
|
||||||
|
|
||||||
Menu.buildFromTemplate = function (template) {
|
Menu.buildFromTemplate = function (template) {
|
||||||
if (!(template instanceof Array)) {
|
if (!Array.isArray(template)) {
|
||||||
throw new TypeError('Invalid template for Menu')
|
throw new TypeError('Invalid template for Menu')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче