Remove ES2015 let from css block

pull/351/head
Tim Hall 8 years ago committed by GitHub
parent 8852e48d55
commit 9b2e78aea4

@ -255,7 +255,7 @@ export default function dom ( parsed, source, options, names ) {
if ( parsed.css && options.css !== false ) {
builders.main.addBlock( deindent`
let addedCss = false;
var addedCss = false;
function addCss () {
var style = ${generator.helper( 'createElement' )}( 'style' );
style.textContent = ${JSON.stringify( processCss( parsed, generator.code ) )};

Loading…
Cancel
Save