mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 15:26:39 +00:00
Merge remote-tracking branch 'origin/open1007' into open-master
This commit is contained in:
commit
d86e27504f
@ -130,6 +130,11 @@
|
||||
"implementation": "capabilities/CompositionCapability.js",
|
||||
"depends": [ "$injector" ]
|
||||
},
|
||||
{
|
||||
"key": "relationship",
|
||||
"implementation": "capabilities/RelationshipCapability.js",
|
||||
"depends": [ "$injector" ]
|
||||
},
|
||||
{
|
||||
"key": "type",
|
||||
"implementation": "types/TypeCapability.js",
|
||||
|
@ -66,7 +66,7 @@ define(
|
||||
.then(packageObject);
|
||||
}
|
||||
|
||||
return lastPromise;
|
||||
return lastPromise[key];
|
||||
}
|
||||
|
||||
// List types of relationships which this object has
|
||||
|
Loading…
Reference in New Issue
Block a user