DEV: Fix lint. (#7824)

This commit is contained in:
Bianca Nenciu
2019-06-28 21:24:09 +03:00
committed by Régis Hanol
parent aa9b9e1930
commit 4f97f85178
3 changed files with 11 additions and 8 deletions

View File

@@ -191,9 +191,7 @@ class Compiler {
const attrString = `{${attributes.join(", ")}}`;
instructions.push(
`${parentAcc}.push(virtualDom.h('${
node.tag
}', ${attrString}, ${innerAcc}));`
`${parentAcc}.push(virtualDom.h('${node.tag}', ${attrString}, ${innerAcc}));`
);
} else {
instructions.push(