Commit 75f03f2f15e5c560eef75bfbadffd2f4e8471651
1 parent
4762f93d
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
classesjs/classe_eventos.js
@@ -220,7 +220,6 @@ i3GEO.eventos = { | @@ -220,7 +220,6 @@ i3GEO.eventos = { | ||
220 | Executa as funções armazenadas em MOUSECLIQUE. | 220 | Executa as funções armazenadas em MOUSECLIQUE. |
221 | */ | 221 | */ |
222 | mousecliqueMapa: function(){ | 222 | mousecliqueMapa: function(){ |
223 | - alert("oi"); | ||
224 | i3GEO.eventos.executaEventos(this.MOUSECLIQUE); | 223 | i3GEO.eventos.executaEventos(this.MOUSECLIQUE); |
225 | }, | 224 | }, |
226 | /* | 225 | /* |