fix(compiler): add a missing ;

This commit is contained in:
Victor Berchet 2015-02-26 15:24:21 +01:00
parent 929fc65493
commit dd1898c132
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export function createDefaultSteps(
new ProtoViewBuilder(changeDetection, shadowDomStrategy),
new ProtoElementInjectorBuilder(),
new ElementBinderBuilder(parser),
]
];
if (shadowDomStrategy instanceof EmulatedShadowDomStrategy) {
var step = new ShimShadowDom(compiledComponent, shadowDomStrategy);