diff --git a/classesjs/classe_eventos.js b/classesjs/classe_eventos.js index d22c370..eb9460f 100644 --- a/classesjs/classe_eventos.js +++ b/classesjs/classe_eventos.js @@ -577,12 +577,10 @@ i3GEO.eventos = }; docMapa.ontouchmove = function(exy) { i3GEO.eventos.CONTATOUCH++; - i3GEO.eventos.cliquePerm.status = false; i3GEO.Interface.STATUS.pan = true; i3GEO.eventos.posicaoMouseMapa(exy); }; docMapa.ontouchend = function(exy) { - i3GEO.eventos.cliquePerm.status = true; if(i3GEO.eventos.CONTATOUCH < 10){ i3GEO.Interface.STATUS.pan = false; i3GEO.eventos.mouseupMapa(exy); -- libgit2 0.21.2