From 3a33bdeb2ac5a14e9766d64c139da1de592f8e99 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 22 May 2015 01:39:29 +0000 Subject: [PATCH] --- classesjs/classe_eventos.js | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) 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