promt declaration fixed

This commit is contained in:
Vladimir Enchev
2014-06-04 08:11:14 +03:00
parent c419fbdba4
commit 0c6ef7883b

View File

@@ -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<string>;
function prompt(text: string): promises.Promise<string>;
/**
* The prompt() method displays a dialog box that prompts the visitor for input.