[Persistence] Remove caching of persistence capability

...as this no longer needs to be invoked directly.
This commit is contained in:
Victor Woeltjen 2016-05-19 11:42:58 -07:00
parent d3f2a24267
commit d5914dfde9

View File

@ -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 || [];
});