Commit 18479e152970df2c3d904dd7c1699aa1de517e35
1 parent
7c8b161c
Exists in
master
and in
7 other branches
-
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
classesjs/classe_eventos.js
| @@ -534,6 +534,7 @@ i3GEO.eventos = | @@ -534,6 +534,7 @@ i3GEO.eventos = | ||
| 534 | } | 534 | } |
| 535 | }; | 535 | }; |
| 536 | docMapa.ontouchend = function(exy) { | 536 | docMapa.ontouchend = function(exy) { |
| 537 | + alert("oi") | ||
| 537 | if (!i3GEO.eventos.botaoDireita(exy)) { | 538 | if (!i3GEO.eventos.botaoDireita(exy)) { |
| 538 | i3GEO.eventos.mouseupMapa(exy); | 539 | i3GEO.eventos.mouseupMapa(exy); |
| 539 | } | 540 | } |