fix(compiler): fix a dart analyzer warning
This commit is contained in:
parent
0a4d6170ba
commit
53906e484a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue