mirror of
https://github.com/nasa/openmct.git
synced 2025-03-11 06:54:01 +00:00
[API] Mark Composition as instance method
This commit is contained in:
parent
341bceb4e2
commit
cdf21f3763
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user