You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/07/31 22:20:38 UTC

docs commit: CB-3762: change prompt default to empty string

Updated Branches:
  refs/heads/master 64e56d4bd -> 717182904


CB-3762: change prompt default to empty string

Conflicts:

	docs/en/edge/cordova/notification/notification.prompt.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/71718290
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/71718290
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/71718290

Branch: refs/heads/master
Commit: 717182904485303df0fe392a8043d5dfb61f335e
Parents: 64e56d4
Author: mbillau <mi...@gmail.com>
Authored: Fri Jul 26 14:44:00 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Jul 31 13:20:23 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/cordova/notification/notification.prompt.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/71718290/docs/en/edge/cordova/notification/notification.prompt.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/notification/notification.prompt.md b/docs/en/edge/cordova/notification/notification.prompt.md
index 620ebc2..fe704c3 100644
--- a/docs/en/edge/cordova/notification/notification.prompt.md
+++ b/docs/en/edge/cordova/notification/notification.prompt.md
@@ -32,7 +32,7 @@ Shows a customizable prompt dialog box.
 
 - __buttonLabels__: Array of strings specifying button labels _(Array)_ (Optional, defaults to `["OK","Cancel"]`)
 
-- __defaultText__: Default textbox input value (`String`) (Optional, Default: "Default text")
+- __defaultText__: Default textbox input value (`String`) (Optional, Default: empty string)
 
 Description
 -----------