Fix error when showing empty menu.

This commit is contained in:
Cheng Zhao 2014-05-25 16:37:45 +08:00
parent f07d8c5677
commit 22927c9478
2 changed files with 1 additions and 5 deletions

View file

@ -127,10 +127,6 @@ app.on('ready', function() {
},
]
},
{
label: 'Help',
submenu: [],
}
];
var menu = Menu.buildFromTemplate(template);