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: [
{
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'); }
},
]
},