Skip to content

Commit

Permalink
Sorry for breaking the style!
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBGD committed Feb 6, 2017
1 parent ee38a14 commit 3bcdab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/dom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default function dom ( parsed, source, options, names ) {
getUniqueName: generator.getUniqueNameMaker()
});

parsed.html.children.forEach( node => generator.visit(node) );
parsed.html.children.forEach( node => generator.visit( node ) );

generator.addRenderer( generator.pop() );

Expand Down

0 comments on commit 3bcdab9

Please sign in to comment.