зеркало из https://github.com/electron/electron.git
remove duplicated prop copying
This commit is contained in:
Родитель
b7e078e98d
Коммит
2cd10d339f
|
@ -295,12 +295,6 @@ Menu.buildFromTemplate = function (template) {
|
|||
throw new TypeError('Invalid template for MenuItem')
|
||||
}
|
||||
menuItem = new MenuItem(item)
|
||||
for (key in item) {
|
||||
// Preserve extra fields specified by user
|
||||
if (!menuItem.hasOwnProperty(key)) {
|
||||
menuItem[key] = item[key]
|
||||
}
|
||||
}
|
||||
menu.append(menuItem)
|
||||
}
|
||||
return menu
|
||||
|
|
Загрузка…
Ссылка в новой задаче