cleanup(change_detection): rename field name
This commit is contained in:
parent
9240b09011
commit
1ec796a601
|
@ -5,11 +5,11 @@ import {ChangeDetector, CHECK_ALWAYS, CHECK_ONCE, CHECKED, DETACHED} from './int
|
|||
export class AbstractChangeDetector extends ChangeDetector {
|
||||
children:List;
|
||||
parent:ChangeDetector;
|
||||
status:string;
|
||||
mode:string;
|
||||
|
||||
constructor() {
|
||||
this.children = [];
|
||||
this.status = CHECK_ALWAYS;
|
||||
this.mode = CHECK_ALWAYS;
|
||||
}
|
||||
|
||||
addChild(cd:ChangeDetector) {
|
||||
|
|
Loading…
Reference in New Issue