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,12 +577,10 @@ i3GEO.eventos =
577 }; 577 };
578 docMapa.ontouchmove = function(exy) { 578 docMapa.ontouchmove = function(exy) {
579 i3GEO.eventos.CONTATOUCH++; 579 i3GEO.eventos.CONTATOUCH++;
580 - i3GEO.eventos.cliquePerm.status = false;  
581 i3GEO.Interface.STATUS.pan = true; 580 i3GEO.Interface.STATUS.pan = true;
582 i3GEO.eventos.posicaoMouseMapa(exy); 581 i3GEO.eventos.posicaoMouseMapa(exy);
583 }; 582 };
584 docMapa.ontouchend = function(exy) { 583 docMapa.ontouchend = function(exy) {
585 - i3GEO.eventos.cliquePerm.status = true;  
586 if(i3GEO.eventos.CONTATOUCH < 10){ 584 if(i3GEO.eventos.CONTATOUCH < 10){
587 i3GEO.Interface.STATUS.pan = false; 585 i3GEO.Interface.STATUS.pan = false;
588 i3GEO.eventos.mouseupMapa(exy); 586 i3GEO.eventos.mouseupMapa(exy);