[Core] Add JSDoc
Add JSDoc to decorator which provides missing models, WTD-1241.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user