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.
|
// Quit when all windows are closed.
|
||||||
app.on('window-all-closed', function() {
|
app.on('window-all-closed', function() {
|
||||||
if (process.platform != 'darwin')
|
if (process.platform != 'darwin') {
|
||||||
app.quit();
|
app.quit();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// Specify flash path.
|
// Specify flash path.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue