Repository: cordova-plugin-dialogs Updated Branches: refs/heads/master 6f3a60b6c -> 81339a61d
CB-7414 BB10 Document callback parameter for navigator.notification.alert github: close #29 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/81339a61 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/81339a61 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/81339a61 Branch: refs/heads/master Commit: 81339a61d881ee172bc1d86b97eee5dd4fdf8238 Parents: 6f3a60b Author: Steve Wypych <[email protected]> Authored: Wed Aug 27 14:11:02 2014 -0400 Committer: Andrew Grieve <[email protected]> Committed: Tue Oct 7 15:58:25 2014 -0400 ---------------------------------------------------------------------- doc/index.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/81339a61/doc/index.md ---------------------------------------------------------------------- diff --git a/doc/index.md b/doc/index.md index 97ebf92..c929cb0 100644 --- a/doc/index.md +++ b/doc/index.md @@ -85,6 +85,9 @@ function, which is typically less customizable. Both native-blocking `window.alert()` and non-blocking `navigator.notification.alert()` are available. +### BlackBerry 10 Quirks +`navigator.notification.alert('text', callback, 'title', 'text')` callback parameter is passed the number 1. + ## navigator.notification.confirm Displays a customizable confirmation dialog box. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
