comments updated

This commit is contained in:
Vladimir Enchev
2014-06-04 17:12:42 +03:00
parent 273e2d82a2
commit 5cc5c40d57

View File

@@ -37,7 +37,7 @@
function prompt(options: PromptOptions): promises.Promise<string>;
/**
* 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 {
/**