style(Change Detection): rename WatchGroupDispatcher to ChangeDispatcher

This commit is contained in:
Victor Berchet
2014-12-04 13:16:38 +01:00
parent 01fa90c11d
commit c362f33fe4
6 changed files with 15 additions and 16 deletions

View File

@ -8,7 +8,7 @@ import {benchmark, benchmarkStep} from 'benchpress/benchpress';
import {
ChangeDetector,
ProtoRecordRange,
WatchGroupDispatcher,
ChangeDispatcher,
} from 'change_detection/change_detector';
@ -180,7 +180,7 @@ export function main () {
}
class DummyDispatcher extends WatchGroupDispatcher {
class DummyDispatcher extends ChangeDispatcher {
onRecordChange(record, context) {
}
}
}