[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.)
* @method Composition
* @returns {module:openmct.CompositionCollection}
* @memberof module:openmct.MCT
* @memberof module:openmct.MCT#
*/
function composition(object) {
var provider = getProvider(object);