From: vsemozhetbyt Date: Wed, 6 Jul 2016 15:58:50 +0000 (+0300) Subject: Fix disordered definitions in webContents doc X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2bf6c2460c87cc844482b1fdd034af3d9594edb;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Fix disordered definitions in webContents doc :memo: Swap `clearSelection` and `keepSelection` definitions for `webContents.stopFindInPage(action)` that seems to be in wrong order. [ci skip] --- diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index c3d175125..e33d3d0ca 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -649,8 +649,8 @@ the request can be obtained by subscribing to * `action` String - Specifies the action to take place when ending [`webContents.findInPage`](web-contents.md#webcontentfindinpage) request. - * `clearSelection` - Translate the selection into a normal selection. - * `keepSelection` - Clear the selection. + * `clearSelection` - Clear the selection. + * `keepSelection` - Translate the selection into a normal selection. * `activateSelection` - Focus and click the selection node. Stops any `findInPage` request for the `webContents` with the provided `action`.