style(ShadowDomStrategy): remove an extra semi-colon
This commit is contained in:
parent
a46df6f829
commit
f065a2ecb7
@ -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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user