style(ShadowDomStrategy): remove an extra semi-colon

This commit is contained in:
Victor Berchet 2015-06-09 17:02:32 +02:00
parent a46df6f829
commit f065a2ecb7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export class ShadowDomStrategy {
*/ */
processStyleElement(hostComponentId: string, templateUrl: string, styleElement): Promise<any> { processStyleElement(hostComponentId: string, templateUrl: string, styleElement): Promise<any> {
return null; return null;
}; }
/** /**
* An optional step that can modify the template elements (style elements exlcuded). * An optional step that can modify the template elements (style elements exlcuded).