diff --git a/src/api/Type.js b/src/api/Type.js index 2c40c13b23..7ab41555d5 100644 --- a/src/api/Type.js +++ b/src/api/Type.js @@ -25,6 +25,8 @@ define(function () { * Check if a domain object is an instance of this type. * @param domainObject * @returns {boolean} true if the domain object is of this type + * @memberof module:openmct.Type# + * @method check */ Type.prototype.check = function (domainObject) { // Depends on assignment from MCT.