From f8caa6f54c77cd4ace719e2bf8596a96129600c5 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 3 Oct 2012 11:53:05 -0300 Subject: [PATCH] corre??o da forma como o innerHTML do elemento div ? inclu?do --- barra-brasil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barra-brasil.js b/barra-brasil.js index 54c5969..d615c04 100644 --- a/barra-brasil.js +++ b/barra-brasil.js @@ -21,6 +21,6 @@ style.setAttributeNode(tipo); head.appendChild(style); -divBarra.innerHTML(conteudoBarra); +divBarra.innerHTML = conteudoBarra; })(); -- libgit2 0.21.2