Commit 3a33bdeb2ac5a14e9766d64c139da1de592f8e99

Authored by Edmar Moretti
1 parent 839ba7e2

--no commit message

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
classesjs/classe_eventos.js
... ... @@ -577,12 +577,10 @@ i3GEO.eventos =
577 577 };
578 578 docMapa.ontouchmove = function(exy) {
579 579 i3GEO.eventos.CONTATOUCH++;
580   - i3GEO.eventos.cliquePerm.status = false;
581 580 i3GEO.Interface.STATUS.pan = true;
582 581 i3GEO.eventos.posicaoMouseMapa(exy);
583 582 };
584 583 docMapa.ontouchend = function(exy) {
585   - i3GEO.eventos.cliquePerm.status = true;
586 584 if(i3GEO.eventos.CONTATOUCH < 10){
587 585 i3GEO.Interface.STATUS.pan = false;
588 586 i3GEO.eventos.mouseupMapa(exy);
... ...