pull/262/head
Paul Sauve 8 years ago committed by GitHub
parent 9f81f9342c
commit d47fead7ed

@ -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