From c11d18fe0645fcc8136a042a847defb2f0a18692 Mon Sep 17 00:00:00 2001 From: Steve Kinney Date: Sat, 14 May 2016 11:49:07 -0400 Subject: [PATCH] :lipstick: Destructure globalShortcut module :lipstick: Remove globalShortcut property Add back the globalShortcut property --- lib/browser/api/global-shortcut.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/browser/api/global-shortcut.js b/lib/browser/api/global-shortcut.js index a8fa0e241fe3..9654e095fc06 100644 --- a/lib/browser/api/global-shortcut.js +++ b/lib/browser/api/global-shortcut.js @@ -1,5 +1 @@ -var globalShortcut - -globalShortcut = process.atomBinding('global_shortcut').globalShortcut - -module.exports = globalShortcut +module.exports = process.atomBinding('global_shortcut').globalShortcut