From f065a2ecb7b9036fcf8b9dc1502c35ee8923be64 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 9 Jun 2015 17:02:32 +0200 Subject: [PATCH] style(ShadowDomStrategy): remove an extra semi-colon --- .../angular2/src/render/dom/shadow_dom/shadow_dom_strategy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).