mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
js → javascript
This commit is contained in:
@@ -197,7 +197,7 @@ Sets when the tray's icon background becomes highlighted (in blue).
|
||||
by toggling between `'never'` and `'always'` modes when the window visibility
|
||||
changes.
|
||||
|
||||
```js
|
||||
```javascript
|
||||
const {BrowserWindow, Tray} = require('electron')
|
||||
|
||||
const win = new BrowserWindow({width: 800, height: 600})
|
||||
|
||||
Reference in New Issue
Block a user