fix cpplint warning

This commit is contained in:
Robo 2015-12-21 18:24:55 +05:30
parent d162180196
commit 61004f0e46
4 changed files with 3 additions and 4 deletions

View file

@ -457,7 +457,7 @@ obtained by subscribing to [`found-in-page`](web-contents.md#event-found-in-page
### `webContents.stopFindInPage(action)`
* `action` String - Specifies the action to take place when ending
[`webContents.findInPage `](web-contents.md#webcontentfindinpage) request.
[`webContents.findInPage`](web-contents.md#webcontentfindinpage) request.
* `clearSelection` - Translate the selection into a normal selection.
* `keepSelection` - Clear the selection.
* `activateSelection` - Focus and click the selection node.