From 839ba7e22790c931069952637180898d1b126f64 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 22 May 2015 01:31:40 +0000 Subject: [PATCH] --- classesjs/classe_eventos.js | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/classesjs/classe_eventos.js b/classesjs/classe_eventos.js index 7f97646..d22c370 100644 --- a/classesjs/classe_eventos.js +++ b/classesjs/classe_eventos.js @@ -578,6 +578,8 @@ 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; -- libgit2 0.21.2