[API] Mark Composition as instance method

This commit is contained in:
Victor Woeltjen 2016-09-06 07:58:52 -07:00
parent 341bceb4e2
commit cdf21f3763

View File

@ -25,7 +25,7 @@ define([
* in the tree.) * in the tree.)
* @method Composition * @method Composition
* @returns {module:openmct.CompositionCollection} * @returns {module:openmct.CompositionCollection}
* @memberof module:openmct.MCT * @memberof module:openmct.MCT#
*/ */
function composition(object) { function composition(object) {
var provider = getProvider(object); var provider = getProvider(object);