CB-1742 documentation
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/4fbcdbb9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/4fbcdbb9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/4fbcdbb9 Branch: refs/heads/master Commit: 4fbcdbb90eb434c7ece647fd9fd5fe2456da63e6 Parents: 8ba0943 Author: Joe Bowser <[email protected]> Authored: Tue Nov 6 13:11:35 2012 -0800 Committer: Joe Bowser <[email protected]> Committed: Tue Nov 6 13:11:35 2012 -0800 ---------------------------------------------------------------------- .../cordova/notification/notification.confirm.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/4fbcdbb9/docs/en/edge/cordova/notification/notification.confirm.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/notification/notification.confirm.md b/docs/en/edge/cordova/notification/notification.confirm.md index d2f44d7..ffe93b7 100755 --- a/docs/en/edge/cordova/notification/notification.confirm.md +++ b/docs/en/edge/cordova/notification/notification.confirm.md @@ -25,7 +25,7 @@ Shows a customizable confirmation dialog box. navigator.notification.confirm(message, confirmCallback, [title], [buttonLabels]) - __message:__ Dialog message (`String`) -- __confirmCallback:__ - Callback to invoke with index of button pressed (1, 2 or 3). (`Function`) +- __confirmCallback:__ - Callback to invoke with index of button pressed (1, 2 or 3) or when the dialog is dismissed without a button press (0), (`Function`) - __title:__ Dialog title (`String`) (Optional, Default: "Confirm") - __buttonLabels:__ Comma separated string with button labels (`String`) (Optional, Default: "OK,Cancel")
