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:
b431566
)
Add document for browser-window's icon
author
RobberPhex
<robberphex@gmail.com>
Fri, 13 Jun 2014 16:11:49 +0000
(
00:11
+0800)
committer
RobberPhex
<robberphex@gmail.com>
Fri, 13 Jun 2014 16:11:49 +0000
(
00:11
+0800)
docs/api/browser-window.md
patch
|
blob
|
history
diff --git
a/docs/api/browser-window.md
b/docs/api/browser-window.md
index
5678fd5
..
982d8aa
100644
(file)
--- a/
docs/api/browser-window.md
+++ b/
docs/api/browser-window.md
@@
-44,6
+44,7
@@
You can also create a window without chrome by using
* `fullscreen` Boolean - Whether the window should show in fullscreen
* `kiosk` Boolean - The kiosk mode
* `title` String - Default window title
+ * `icon` String - The path of icon file
* `show` Boolean - Whether window should be shown when created
* `frame` Boolean - Specify `false` to create a
[Frameless Window](frameless-window.md)