fix(ChangeDispatcher): update the onRecordChange signature
This commit is contained in:
parent
dbd85615b0
commit
86fb564818
|
@ -309,7 +309,7 @@ function _linkEnabled(a:Record, b:Record) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export class ChangeDispatcher {
|
export class ChangeDispatcher {
|
||||||
onRecordChange(record:Record, context) {}
|
onRecordChange(groupMemento, records:List<Record>) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
//todo: vsavkin: Create Array and Context destinations?
|
//todo: vsavkin: Create Array and Context destinations?
|
||||||
|
|
Loading…
Reference in New Issue