cleanup(change_detection): fixed ChangeDetector interface

This commit is contained in:
vsavkin 2015-04-09 07:29:32 -07:00
parent 3bdf669ddf
commit a027912891
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ export class ChangeDetector {
mode:string;
addChild(cd:ChangeDetector) {}
addShadowDomChild(cd:ChangeDetector) {}
removeChild(cd:ChangeDetector) {}
remove() {}
hydrate(context:any, locals:Locals, directives:any) {}