mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove trailing whitespaces and cleanup the code logic
This commit is contained in:
@@ -59,8 +59,8 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
|
||||
* `fullscreen` Boolean - Whether the window should show in fullscreen. When
|
||||
explicitly set to `false` the fullscreen button will be hidden or disabled
|
||||
on OS X. Default is `false`.
|
||||
* `fullscreenable` Boolean - Whether the window can be put into fullscreen
|
||||
mode. On OS X, also whether the maximize/zoom button should toggle full
|
||||
* `fullscreenable` Boolean - Whether the window can be put into fullscreen
|
||||
mode. On OS X, also whether the maximize/zoom button should toggle full
|
||||
screen mode or maximize window. Default is `true`.
|
||||
* `skipTaskbar` Boolean - Whether to show the window in taskbar. Default is
|
||||
`false`.
|
||||
|
||||
Reference in New Issue
Block a user