mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
chore: update to standard 12
This commit is contained in:
@@ -13,7 +13,7 @@ not have the keyboard focus. You should not use this module until the `ready`
|
||||
event of the app module is emitted.
|
||||
|
||||
```javascript
|
||||
const {app, globalShortcut} = require('electron')
|
||||
const { app, globalShortcut } = require('electron')
|
||||
|
||||
app.on('ready', () => {
|
||||
// Register a 'CommandOrControl+X' shortcut listener.
|
||||
|
||||
Reference in New Issue
Block a user