forked from mystiq/hydrogen-web
remove unneeded assignment
This commit is contained in:
parent
6c57c96cb9
commit
ab893f63b5
1 changed files with 0 additions and 1 deletions
|
@ -287,7 +287,6 @@ export class TemplateBuilder<T extends IObservableValue> {
|
|||
let attributes: Attributes<T> | undefined;
|
||||
if (attributes !== undefined && isChildren(attributes)) {
|
||||
children = attributes;
|
||||
attributes = undefined;
|
||||
} else {
|
||||
attributes = attributesOrChildren as Attributes<T>;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue