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

@ -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;