Fix missing semicolon

This commit is contained in:
Magnus Hauge Bakke 2016-03-30 19:38:46 +02:00
parent 7cc8658c40
commit fb52faa840

View File

@ -107,7 +107,7 @@
submenu: [ submenu: [
{ {
label: 'Learn More', label: 'Learn More',
click: function() { require('electron').shell.openExternal('https://github.com/glowing-bear/glowing-bear') } click: function() { require('electron').shell.openExternal('https://github.com/glowing-bear/glowing-bear'); }
}, },
] ]
}, },