diff --git a/modules/angular2/src/render/dom/shadow_dom/shadow_dom_strategy.ts b/modules/angular2/src/render/dom/shadow_dom/shadow_dom_strategy.ts index 7721a28e3d..976f7c9f9c 100644 --- a/modules/angular2/src/render/dom/shadow_dom/shadow_dom_strategy.ts +++ b/modules/angular2/src/render/dom/shadow_dom/shadow_dom_strategy.ts @@ -19,7 +19,7 @@ export class ShadowDomStrategy { */ processStyleElement(hostComponentId: string, templateUrl: string, styleElement): Promise { return null; - }; + } /** * An optional step that can modify the template elements (style elements exlcuded).