fix(compiler): add a missing ;
This commit is contained in:
parent
929fc65493
commit
dd1898c132
|
@ -37,7 +37,7 @@ export function createDefaultSteps(
|
||||||
new ProtoViewBuilder(changeDetection, shadowDomStrategy),
|
new ProtoViewBuilder(changeDetection, shadowDomStrategy),
|
||||||
new ProtoElementInjectorBuilder(),
|
new ProtoElementInjectorBuilder(),
|
||||||
new ElementBinderBuilder(parser),
|
new ElementBinderBuilder(parser),
|
||||||
]
|
];
|
||||||
|
|
||||||
if (shadowDomStrategy instanceof EmulatedShadowDomStrategy) {
|
if (shadowDomStrategy instanceof EmulatedShadowDomStrategy) {
|
||||||
var step = new ShimShadowDom(compiledComponent, shadowDomStrategy);
|
var step = new ShimShadowDom(compiledComponent, shadowDomStrategy);
|
||||||
|
|
Loading…
Reference in New Issue