mirror of
https://github.com/nasa/openmct.git
synced 2025-04-05 02:09:18 +00:00
[Persistence] Fix member reference in NestedTransaction
This commit is contained in:
parent
353c24c70e
commit
850da9de52
@ -28,7 +28,7 @@ define(['./Transaction'], function (Transaction) {
|
||||
NestedTransaction.prototype = Object.create(Transaction.prototype);
|
||||
|
||||
NestedTransaction.prototype.commit = function () {
|
||||
parent.add(
|
||||
this.parent.add(
|
||||
Transaction.prototype.commit.bind(this),
|
||||
Transaction.prototype.cancel.bind(this)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user