This is why you lint

pull/280/head
Paul Sauve 9 years ago
parent 390bc7892d
commit d4c671d3be

@ -175,7 +175,7 @@ function readAttribute ( parser, uniqueNames ) {
end: parser.index, end: parser.index,
type: 'Spread', type: 'Spread',
name: name.slice( 2, -2 ) name: name.slice( 2, -2 )
} };
} }
const value = parser.eat( '=' ) ? readAttributeValue( parser ) : true; const value = parser.eat( '=' ) ? readAttributeValue( parser ) : true;

Loading…
Cancel
Save