perf(change_detection): do not generate onAllChangesDone when not needed

This commit is contained in:
vsavkin
2015-07-31 10:35:42 -07:00
parent dd06a871b7
commit adc27398fd
5 changed files with 29 additions and 27 deletions

View File

@ -73,10 +73,6 @@ class _MyComponent_ChangeDetector0
runDetectChanges(true);
}
void callOnAllChangesDone() {
this.dispatcher.notifyOnAllChangesDone();
}
void dehydrateDirectives(destroyPipes) {
this.myNum0 = this.interpolate1 = _gen.ChangeDetectionUtil.uninitialized;
}