mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
[API] Fix JSDoc for Dialog
This commit is contained in:
@ -3,7 +3,7 @@ define(['text!./dialog.html', 'zepto'], function (dialogTemplate, $) {
|
|||||||
/**
|
/**
|
||||||
* A dialog may be displayed to show blocking content to users.
|
* A dialog may be displayed to show blocking content to users.
|
||||||
* @param {module:openmct.View} view the view to show in the dialog
|
* @param {module:openmct.View} view the view to show in the dialog
|
||||||
* @param {string [title] the title for this dialog
|
* @param {string} [title] the title for this dialog
|
||||||
* @constructor
|
* @constructor
|
||||||
* @memberof module:openmct
|
* @memberof module:openmct
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user