From 0c6ef7883be241716e27df04bba049895fb6a840 Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Wed, 4 Jun 2014 08:11:14 +0300 Subject: [PATCH] promt declaration fixed --- ui/dialogs/dialogs.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/dialogs/dialogs.d.ts b/ui/dialogs/dialogs.d.ts index cfa5bdedc..1c6a229ef 100644 --- a/ui/dialogs/dialogs.d.ts +++ b/ui/dialogs/dialogs.d.ts @@ -28,7 +28,7 @@ * The prompt() method displays a dialog box that prompts the visitor for input. * @param text The text to display in the dialog box. */ - function prompt(text: string, defaultText?: string): promises.Promise; + function prompt(text: string): promises.Promise; /** * The prompt() method displays a dialog box that prompts the visitor for input.