mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
[API] Fix typo, add missing this
This commit is contained in:
parent
831ecc59d9
commit
d73c505bea
@ -13,7 +13,7 @@ define([], function () {
|
||||
containerObject.type = containerType.getKey();
|
||||
childObject.type = childType.getKey();
|
||||
|
||||
var composition = mct.Composition(containerObject);
|
||||
var composition = this.mct.Composition(containerObject);
|
||||
|
||||
if (composition) {
|
||||
return composition.canContain(childObject);
|
||||
|
Loading…
Reference in New Issue
Block a user