💄 Destructure globalShortcut module

💄 Remove globalShortcut property

Add back the globalShortcut property
This commit is contained in:
Steve Kinney 2016-05-14 11:49:07 -04:00
parent 5ec2e8d7e5
commit c11d18fe06

View file

@ -1,5 +1 @@
var globalShortcut
globalShortcut = process.atomBinding('global_shortcut').globalShortcut
module.exports = globalShortcut
module.exports = process.atomBinding('global_shortcut').globalShortcut