[API] Document Type.check

This commit is contained in:
Victor Woeltjen 2016-09-06 09:13:01 -07:00
parent 6768328475
commit c9b1035a6d

View File

@ -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.