remove parens from type

This commit is contained in:
Zeke Sikelianos 2016-06-23 14:13:03 -07:00
parent cfebf7aa6b
commit 3dcbbe9f20

View file

@ -945,7 +945,7 @@ convey some sort of application status or to passively notify the user.
### `win.setHasShadow(hasShadow)` _macOS_ ### `win.setHasShadow(hasShadow)` _macOS_
* `hasShadow` (Boolean) * `hasShadow` Boolean
Sets whether the window should have a shadow. On Windows and Linux does Sets whether the window should have a shadow. On Windows and Linux does
nothing. nothing.