diff --git a/atom/browser/api/lib/exports/electron.coffee b/atom/browser/api/lib/exports/electron.coffee index 6f70e6b38b36..768224d95796 100644 --- a/atom/browser/api/lib/exports/electron.coffee +++ b/atom/browser/api/lib/exports/electron.coffee @@ -45,7 +45,7 @@ Object.defineProperties module.exports, screen: enumerable: true get: -> require '../screen' - tray: + Tray: enumerable: true get: -> require '../tray' # The internal modules, invisible unless you know their names.