mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[Core] Add JSDoc
Add JSDoc to decorator which provides missing models, WTD-1241.
This commit is contained in:
@ -26,6 +26,11 @@ define(
|
|||||||
function () {
|
function () {
|
||||||
"use strict";
|
"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 MissingModelDecorator(modelService) {
|
||||||
function missingModel(id) {
|
function missingModel(id) {
|
||||||
return {
|
return {
|
||||||
|
Reference in New Issue
Block a user