Add camel case versions to ints array
This commit is contained in:
parent
a14380ed01
commit
3e7501579f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ window.open = function(url, frameName, features) {
|
||||||
features = '';
|
features = '';
|
||||||
}
|
}
|
||||||
options = {};
|
options = {};
|
||||||
ints = ['x', 'y', 'width', 'height', 'min-width', 'max-width', 'min-height', 'max-height', 'zoom-factor'];
|
ints = ['x', 'y', 'width', 'height', 'min-width', 'max-width', 'min-height', 'minHeight', 'max-height', 'maxHeight', 'zoom-factor', 'zoomFactor'];
|
||||||
const webPreferences = ['zoom-factor', 'zoomFactor', 'node-integration', 'nodeIntegration', 'preload'];
|
const webPreferences = ['zoom-factor', 'zoomFactor', 'node-integration', 'nodeIntegration', 'preload'];
|
||||||
|
|
||||||
// Make sure to get rid of excessive whitespace in the property name
|
// Make sure to get rid of excessive whitespace in the property name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue