From a027912891008bc30d570a81d18523072316a8c7 Mon Sep 17 00:00:00 2001 From: vsavkin Date: Thu, 9 Apr 2015 07:29:32 -0700 Subject: [PATCH] cleanup(change_detection): fixed ChangeDetector interface --- modules/angular2/src/change_detection/interfaces.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/angular2/src/change_detection/interfaces.js b/modules/angular2/src/change_detection/interfaces.js index 5ea6831bc0..684cd2aeaf 100644 --- a/modules/angular2/src/change_detection/interfaces.js +++ b/modules/angular2/src/change_detection/interfaces.js @@ -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) {}