From: Zeke Sikelianos Date: Thu, 23 Jun 2016 21:13:03 +0000 (-0700) Subject: remove parens from type X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3dcbbe9f2013746565becbbc2e1e7826a74522e6;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git remove parens from type --- diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 22b0124..169ab0f 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -945,7 +945,7 @@ convey some sort of application status or to passively notify the user. ### `win.setHasShadow(hasShadow)` _macOS_ -* `hasShadow` (Boolean) +* `hasShadow` Boolean Sets whether the window should have a shadow. On Windows and Linux does nothing.