fixup ea709c93: remove the unused variable

This commit is contained in:
tophf 2017-12-25 12:25:53 +03:00
parent d3c0999541
commit fc673fe9c6

View File

@ -250,7 +250,6 @@ function createStyleTargetsElement({entry, style}) {
} }
if (favicon) { if (favicon) {
element.appendChild(document.createElement('img')).dataset.src = favicon; element.appendChild(document.createElement('img')).dataset.src = favicon;
numIcons++;
} }
} }
element.appendChild( element.appendChild(