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

@ -103,7 +103,7 @@ export class Record {
// Opaque data which will be the target of notification.
// If the object is instance of Record, then it it is directly processed
// Otherwise it is the context used by WatchGroupDispatcher.
// Otherwise it is the context used by ChangeDispatcher.
dest;
constructor(recordRange:RecordRange, protoRecord:ProtoRecord, formatters:Map) {