From 5cc5c40d57ba13921cb1e740c284ae2993ea0d5d Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Wed, 4 Jun 2014 17:12:42 +0300 Subject: [PATCH] comments updated --- ui/dialogs/dialogs.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/dialogs/dialogs.d.ts b/ui/dialogs/dialogs.d.ts index 1827698d9..f65fc56cc 100644 --- a/ui/dialogs/dialogs.d.ts +++ b/ui/dialogs/dialogs.d.ts @@ -37,7 +37,7 @@ function prompt(options: PromptOptions): promises.Promise; /** - * Provides options for the alert. + * Provides options for the dialog. */ interface DialogOptions { /** @@ -62,7 +62,7 @@ } /** - * Provides options for the alert. + * Provides options for the confirm. */ interface ConfirmOptions extends DialogOptions { /** @@ -77,7 +77,7 @@ } /** - * Provides options for the alert. + * Provides options for the prompt. */ interface PromptOptions extends ConfirmOptions { /**