From 31f58550012b4653073d275ada33e47316184e87 Mon Sep 17 00:00:00 2001 From: Chris Soh Date: Sat, 23 Aug 2014 13:20:47 +0800 Subject: [PATCH] Adding the compulsory flag in the API documentation of BrowserWindow.flashFrame --- docs/api/browser-window.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index b6800a30eac1..b7726b590a78 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -340,9 +340,11 @@ Returns the title of the native window. **Note:** The title of web page can be different from the title of the native window. -### BrowserWindow.flashFrame() +### BrowserWindow.flashFrame(flag) + +* `flag` Boolean -Flashes the window to attract user's attention. +Starts or stops flashing the window to attract user's attention. ### BrowserWindow.setSkipTaskbar(skip)