Merge pull request #418 from sprintr/master

Removed a typo
This commit is contained in:
Kevin Sawicki
2014-06-21 12:05:29 -07:00

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',