Replace shorthand if-statement notation in Pepper Flash docs

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

View file

@ -23,8 +23,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();
}
});
// Specify flash path.