Explorar el Código

removed comment

Gildas hace 7 años
padre
commit
b3d3bb3b30
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      extension/ui/content/infobar.js

+ 0 - 1
extension/ui/content/infobar.js

@@ -122,7 +122,6 @@ this.singlefile.infobar = this.singlefile.infobar || (() => {
 	function createElement(tagName) {
 		const element = document.createElement(tagName);
 		Object.keys(element.style).forEach(property => element.style[property] = "initial");
-		// element.style.all == "initial";
 		return element;
 	}