Merge pull request #5533 from stevekinney/patch-3
💄 Destructure globalShortcut module
This commit is contained in:
commit
88dc73ec3f
1 changed files with 1 additions and 5 deletions
|
@ -1,5 +1 @@
|
|||
var globalShortcut
|
||||
|
||||
globalShortcut = process.atomBinding('global_shortcut').globalShortcut
|
||||
|
||||
module.exports = globalShortcut
|
||||
module.exports = process.atomBinding('global_shortcut').globalShortcut
|
||||
|
|
Loading…
Reference in a new issue