From e0466d3ad366b6ec322b87df040861059febcec8 Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Wed, 4 Jun 2014 08:53:33 +0300 Subject: [PATCH] text argument changed to message --- ui/dialogs/dialogs.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/dialogs/dialogs.d.ts b/ui/dialogs/dialogs.d.ts index 1c6a229ef..1827698d9 100644 --- a/ui/dialogs/dialogs.d.ts +++ b/ui/dialogs/dialogs.d.ts @@ -26,9 +26,9 @@ /** * The prompt() method displays a dialog box that prompts the visitor for input. - * @param text The text to display in the dialog box. + * @param message The text to display in the dialog box. */ - function prompt(text: string): promises.Promise; + function prompt(message: string): promises.Promise; /** * The prompt() method displays a dialog box that prompts the visitor for input.