mirror of
https://github.com/nasa/openmct.git
synced 2025-04-23 02:13:52 +00:00
[Core] Add JSDoc
Add JSDoc to decorator which provides missing models, WTD-1241.
This commit is contained in:
parent
14fbd64ae4
commit
30e51e783e
@ -26,6 +26,11 @@ define(
|
||||
function () {
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* Adds placeholder domain object models for any models which
|
||||
* fail to load from the underlying model service.
|
||||
* @implements {ModelService}
|
||||
*/
|
||||
function MissingModelDecorator(modelService) {
|
||||
function missingModel(id) {
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user