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
commit 716c7ee6f4

View file

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