[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