mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 15:29:20 +00:00
[JSDoc] Add missing class doc
WTD-1482.
This commit is contained in:
parent
23f18c799d
commit
0b9b936368
@ -26,6 +26,13 @@ define(
|
||||
function (PersistenceFailureDialog, PersistenceFailureConstants) {
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* Handle failures to persist domain object models.
|
||||
* @param $q Angular's `$q`
|
||||
* @param {DialogService} dialogService the dialog service
|
||||
* @constructor
|
||||
* @memberof platform/persistence/queue
|
||||
*/
|
||||
function PersistenceFailureHandler($q, dialogService) {
|
||||
// Refresh revision information for the domain object associated
|
||||
// with this persistence failure
|
||||
@ -121,8 +128,7 @@ define(
|
||||
* to overwrite/cancel as appropriate.
|
||||
* @param {Array} failures persistence failures, as prepared
|
||||
* by PersistenceQueueHandler
|
||||
* @constructor
|
||||
* @memberof platform/persistence/queue
|
||||
* @memberof platform/persistence/queue.PersistenceFailureHandler#
|
||||
*/
|
||||
handle: handleFailures
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user