From c8d0ef05a64b7e903b40b23f01bc623abe681579 Mon Sep 17 00:00:00 2001 From: joshaber Date: Fri, 8 May 2015 16:33:57 -0400 Subject: [PATCH] Docs. --- docs/api/browser-window.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 44021cabe..d2854fc17 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -72,6 +72,8 @@ You can also create a window without chrome by using * `type` String - Specifies the type of the window, possible types are `desktop`, `dock`, `toolbar`, `splash`, `notification`. This only works on Linux. + * `standard-window` Boolean - Use the OS X's standard window instead of the + textured window. Defaults to `false`. * `web-preferences` Object - Settings of web page's features * `javascript` Boolean * `web-security` Boolean