mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 13:18:15 +00:00
[JSDoc] Add annotations
Bulk-add JSDoc annotations, WTD-1482.
This commit is contained in:
@ -121,6 +121,8 @@ define(
|
||||
* to overwrite/cancel as appropriate.
|
||||
* @param {Array} failures persistence failures, as prepared
|
||||
* by PersistenceQueueHandler
|
||||
* @constructor
|
||||
* @memberof platform/persistence/queue
|
||||
*/
|
||||
handle: handleFailures
|
||||
};
|
||||
@ -128,4 +130,4 @@ define(
|
||||
|
||||
return PersistenceFailureHandler;
|
||||
}
|
||||
);
|
||||
);
|
||||
|
Reference in New Issue
Block a user