Commit 18479e152970df2c3d904dd7c1699aa1de517e35

Authored by Edmar Moretti
1 parent 7c8b161c

-

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