Commit d8a094d24d46ac6aa621230102a927f07c6ad771

Authored by Edmar Moretti
1 parent 3a33bdeb

--no commit message

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
classesjs/classe_eventos.js
... ... @@ -581,6 +581,7 @@ i3GEO.eventos =
581 581 i3GEO.eventos.posicaoMouseMapa(exy);
582 582 };
583 583 docMapa.ontouchend = function(exy) {
  584 + console.info(i3GEO.eventos.CONTATOUCH)
584 585 if(i3GEO.eventos.CONTATOUCH < 10){
585 586 i3GEO.Interface.STATUS.pan = false;
586 587 i3GEO.eventos.mouseupMapa(exy);
... ...