mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
[JSDoc] Add annotations
Bulk-add JSDoc annotations, WTD-1482.
This commit is contained in:
@ -41,6 +41,8 @@ define(
|
||||
/**
|
||||
* Populates a `dialogModel` to pass to `dialogService.getUserChoise`
|
||||
* in order to choose between Overwrite and Cancel.
|
||||
* @constructor
|
||||
* @memberof platform/persistence/queue
|
||||
*/
|
||||
function PersistenceFailureDialog(failures) {
|
||||
var revisionErrors = [],
|
||||
@ -72,4 +74,4 @@ define(
|
||||
|
||||
return PersistenceFailureDialog;
|
||||
}
|
||||
);
|
||||
);
|
||||
|
Reference in New Issue
Block a user