mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
[API] Fix JSDoc for Dialog
This commit is contained in:
parent
9e3a3529e0
commit
dfc5021e11
@ -3,7 +3,7 @@ define(['text!./dialog.html', 'zepto'], function (dialogTemplate, $) {
|
||||
/**
|
||||
* A dialog may be displayed to show blocking content to users.
|
||||
* @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
|
||||
* @memberof module:openmct
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user