Replace shorthand if-statement notation in Pepper Flash docs
This commit is contained in:
parent
4642630674
commit
c78a3ff714
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue