Removed a typo

Fix for #416
This commit is contained in:
Amin Ullah Khan 2014-06-21 20:34:31 +05:00
parent 32323a0006
commit 3d89181e96

View file

@ -106,7 +106,7 @@ app.on('ready', function() {
},
{
label: 'Enter Fullscreen',
click: function() { mainWindow.setFullscreen(true); }
click: function() { mainWindow.setFullScreen(true); }
},
{
label: 'Toggle DevTools',