mirror of
https://github.com/nasa/openmct.git
synced 2025-01-01 19:06:40 +00:00
[Persistence] Remove caching of persistence capability
...as this no longer needs to be invoked directly.
This commit is contained in:
parent
d3f2a24267
commit
d5914dfde9
@ -55,8 +55,6 @@ define(
|
||||
timespans[id] = timespan;
|
||||
// And its mutation capability
|
||||
mutations[id] = domainObject.getCapability('mutation');
|
||||
// Also cache the persistence capability for later
|
||||
persists[id] = domainObject.getCapability('persistence');
|
||||
// And the composition, for bulk moves
|
||||
compositions[id] = domainObject.getModel().composition || [];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user