Fix typo, tray => Tray

This commit is contained in:
Cheng Zhao 2015-11-13 21:52:05 +08:00
parent 5d52ff76ab
commit e76a7f7b7d

View 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.