web-preferences -> webPreferences
This commit is contained in:
parent
67db92d500
commit
5c9b19b508
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ app.on('ready', function() {
|
|||
show: false,
|
||||
width: 800,
|
||||
height: 600,
|
||||
'web-preferences': {
|
||||
javascript: true // Test whether web-preferences crashes.
|
||||
webPreferences: {
|
||||
javascript: true // Test whether web preferences crashes.
|
||||
},
|
||||
});
|
||||
window.loadURL(url.format({
|
||||
|
|
Loading…
Add table
Reference in a new issue