[Core] Add JSDoc

Add JSDoc to decorator which provides missing models,
WTD-1241.
This commit is contained in:
Victor Woeltjen 2015-06-23 13:03:17 -07:00
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 {