distinguish static methods from module methods
This commit is contained in:
parent
a08ee97fb0
commit
fff036b6ab
1 changed files with 2 additions and 2 deletions
|
@ -441,9 +441,9 @@ Returns:
|
|||
|
||||
Emitted on 3-finger swipe. Possible directions are `up`, `right`, `down`, `left`.
|
||||
|
||||
## Methods
|
||||
## Static Methods
|
||||
|
||||
The `BrowserWindow` object has the following methods:
|
||||
The `BrowserWindow` class has the following static methods:
|
||||
|
||||
### `BrowserWindow.getAllWindows()`
|
||||
|
||||
|
|
Loading…
Reference in a new issue