Fix typo, tray => Tray
authorCheng Zhao <zcbenz@gmail.com>
Fri, 13 Nov 2015 13:52:05 +0000 (21:52 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Fri, 13 Nov 2015 13:52:05 +0000 (21:52 +0800)
atom/browser/api/lib/exports/electron.coffee

index 6f70e6b..768224d 100644 (file)
@@ -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.