fix(compiler): fix a dart analyzer warning

This commit is contained in:
vsavkin 2014-12-30 13:25:18 -08:00
parent 0a4d6170ba
commit 53906e484a
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ export class ViewSplitter extends CompileStep {
}
process(parent:CompileElement, current:CompileElement, control:CompileControl) {
var element = current.element;
if (isBlank(parent)) {
current.isViewRoot = true;
} else {