style(Change Detection): rename WatchGroupDispatcher to ChangeDispatcher
This commit is contained in:
@ -11,7 +11,7 @@ import {
|
||||
ChangeDetector,
|
||||
ProtoRecordRange,
|
||||
RecordRange,
|
||||
WatchGroupDispatcher,
|
||||
ChangeDispatcher,
|
||||
ProtoRecord
|
||||
} from 'change_detection/change_detector';
|
||||
|
||||
@ -480,7 +480,7 @@ class TestData {
|
||||
}
|
||||
}
|
||||
|
||||
class TestDispatcher extends WatchGroupDispatcher {
|
||||
class TestDispatcher extends ChangeDispatcher {
|
||||
log:List;
|
||||
loggedValues:List;
|
||||
onChange:Function;
|
||||
|
Reference in New Issue
Block a user