mirror of
https://github.com/nasa/openmct.git
synced 2025-04-26 05:49:42 +00:00
[Persistence] Delegate new 'persisted' method
This commit is contained in:
parent
f1e81c359e
commit
bcf85db9c4
@ -93,6 +93,10 @@ define(
|
|||||||
return this.persistenceCapability.getSpace();
|
return this.persistenceCapability.getSpace();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
TransactionalPersistenceCapability.prototype.persisted = function () {
|
||||||
|
return this.persistenceCapability.persisted();
|
||||||
|
};
|
||||||
|
|
||||||
return TransactionalPersistenceCapability;
|
return TransactionalPersistenceCapability;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user