Commit 800261b84997cb6ec3472252524340efd85140bf

Authored by Edmar Moretti
1 parent 957d5b96

--no commit message

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