Fix typo, tray => Tray
This commit is contained in:
parent
5d52ff76ab
commit
e76a7f7b7d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue