From: Takashi Kokubun Date: Sat, 19 Mar 2016 15:20:32 +0000 (+0900) Subject: Document `app.setName()` X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cf4574198da33976ffc0e3c6d87d6aac6e6f48c;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Document `app.setName()` [ci skip] --- diff --git a/docs/api/app.md b/docs/api/app.md index 8935ed894..1f139e08e 100644 --- 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.