doc: fix typo in pepper flash document

Add brackets around `plugins: true`
This commit is contained in:
Magica 2015-05-20 18:04:51 +08:00
parent 9b445c27a2
commit f960c2dc63

View file

@ -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