Skip to content

Commit 86fb564

Browse files
committed
fix(ChangeDispatcher): update the onRecordChange signature
1 parent dbd8561 commit 86fb564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/change_detection/src/record_range.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ function _linkEnabled(a:Record, b:Record) {
309309
}
310310

311311
export class ChangeDispatcher {
312-
onRecordChange(record:Record, context) {}
312+
onRecordChange(groupMemento, records:List<Record>) {}
313313
}
314314

315315
//todo: vsavkin: Create Array and Context destinations?

0 commit comments

Comments
 (0)