text argument changed to message

This commit is contained in:
Vladimir Enchev
2014-06-04 08:53:33 +03:00
parent 0c6ef7883b
commit e0466d3ad3

View File

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