Merge pull request #1737 from magicae/patch-1
doc: fix typo in pepper flash document
This commit is contained in:
commit
bbd8f091e0
1 changed files with 2 additions and 1 deletions
|
@ -40,8 +40,9 @@ app.on('ready', function() {
|
||||||
mainWindow = new BrowserWindow({
|
mainWindow = new BrowserWindow({
|
||||||
'width': 800,
|
'width': 800,
|
||||||
'height': 600,
|
'height': 600,
|
||||||
'web-preferences':
|
'web-preferences': {
|
||||||
'plugins': true
|
'plugins': true
|
||||||
|
}
|
||||||
});
|
});
|
||||||
mainWindow.loadUrl('file://' + __dirname + '/index.html');
|
mainWindow.loadUrl('file://' + __dirname + '/index.html');
|
||||||
// Something else
|
// Something else
|
||||||
|
|
Loading…
Reference in a new issue