From: Gabriel Handford Date: Wed, 2 Nov 2016 23:29:25 +0000 (-0700) Subject: Update docs X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9382d48708f1b7a3d09f38fe1d9bd16d7d922b99;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Update docs --- diff --git a/docs/api/shell.md b/docs/api/shell.md index 75eccb5..411ef9c 100644 --- a/docs/api/shell.md +++ b/docs/api/shell.md @@ -41,10 +41,10 @@ Open the given file in the desktop's default manner. * `activate` Boolean - `true` to bring the opened application to the foreground. The default is `true`. * `callback` Function (optional) - If specified will perform the open asynchronously. _macOS_ - * `opened` Boolean + * `error` Error Returns `Boolean` - Whether an application was available to open the URL. -If callback is specified, it will return whether it was able to initiate the open call. +If callback is specified, always returns true. Open the given external protocol URL in the desktop's default manner. (For example, mailto: URLs in the user's default mail agent).