Commit 1002048f7aa1f2e9bfbc9326c166d7705daf2980
1 parent
5b45081e
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
classesjs/classe_eventos.js
... | ... | @@ -271,6 +271,7 @@ i3GEO.eventos = |
271 | 271 | * Executa as funções armazenadas em MOUSEUP. |
272 | 272 | */ |
273 | 273 | mouseupMapa : function(exy) { |
274 | + console.info("mouseup") | |
274 | 275 | if (!exy) { |
275 | 276 | i3GEO.eventos.executaEventos(this.MOUSEUP); |
276 | 277 | } else { |
... | ... | @@ -325,6 +326,7 @@ i3GEO.eventos = |
325 | 326 | * Executa as funções armazenadas em MOUSECLIQUE. |
326 | 327 | */ |
327 | 328 | mousecliqueMapa : function() { |
329 | + console.info("mouseclique") | |
328 | 330 | i3GEO.eventos.executaEventos(this.MOUSECLIQUE); |
329 | 331 | }, |
330 | 332 | /** | ... | ... |