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:
e058048
)
Document `app.setName()`
author
Takashi Kokubun
<takashikkbn@gmail.com>
Sat, 19 Mar 2016 15:20:32 +0000
(
00:20
+0900)
committer
Takashi Kokubun
<takashi-kokubun@cookpad.com>
Tue, 22 Mar 2016 02:01:23 +0000
(11:01 +0900)
[ci skip]
docs/api/app.md
patch
|
blob
|
history
diff --git
a/docs/api/app.md
b/docs/api/app.md
index 8935ed894f096775b9eb861f8574e0c7ca0f033c..1f139e08e60852f156055780cb473e2cdeaf4638 100644
(file)
--- a/
docs/api/app.md
+++ b/
docs/api/app.md
@@
-331,6
+331,12
@@
to the npm modules spec. You should usually also specify a `productName`
field, which is your application's full capitalized name, and which will be
preferred over `name` by Electron.
+### `app.setName(name)`
+
+* `name` String
+
+Overrides the current application's name.
+
### `app.getLocale()`
Returns the current application locale.