projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d52ff7
)
Fix typo, tray => Tray
author
Cheng Zhao
<zcbenz@gmail.com>
Fri, 13 Nov 2015 13:52:05 +0000
(21:52 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Fri, 13 Nov 2015 13:52:05 +0000
(21:52 +0800)
atom/browser/api/lib/exports/electron.coffee
patch
|
blob
|
history
diff --git
a/atom/browser/api/lib/exports/electron.coffee
b/atom/browser/api/lib/exports/electron.coffee
index 6f70e6b38b36eb79ec112f6210472f4351111e5a..768224d9579664fe1c1989b0c101becfeaa65901 100644
(file)
--- 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'
-
t
ray:
+
T
ray:
enumerable: true
get: -> require '../tray'
# The internal modules, invisible unless you know their names.