pull/7738/head
Paul Sauve 9 years ago committed by GitHub
parent 0809d9027b
commit b9c868869c

@ -78,7 +78,7 @@ export default function addElementAttributes ( generator, node, local ) {
addAttribute = true;
}
if (addAttribute) {
if ( addAttribute ) {
generator.uses[ helper ] = true;
local.init.addLine(
`${helper}( ${local.name}, '${name}', ${result} );`

Loading…
Cancel
Save