Replace shorthand if-statement notation in quick start docs

This commit is contained in:
Thomas Tuts 2015-06-09 18:17:12 +02:00
parent a6a5d50c3f
commit 4642630674

View file

@ -82,8 +82,9 @@ var mainWindow = null;
// Quit when all windows are closed.
app.on('window-all-closed', function() {
if (process.platform != 'darwin')
if (process.platform != 'darwin') {
app.quit();
}
});
// This method will be called when Electron has done everything