fix(ChangeDispatcher): update the onRecordChange signature

This commit is contained in:
Victor Berchet 2014-12-17 16:56:26 +01:00
parent dbd85615b0
commit 86fb564818
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ function _linkEnabled(a:Record, b:Record) {
}
export class ChangeDispatcher {
onRecordChange(record:Record, context) {}
onRecordChange(groupMemento, records:List<Record>) {}
}
//todo: vsavkin: Create Array and Context destinations?