Commit c14dbf15abcc01124012e0d0b8118efd5476bb81

Authored by Edmar Moretti
1 parent 59fde1c7

-

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
classesjs/classe_interface.js
... ... @@ -2012,9 +2012,6 @@ i3GEO.Interface = {
2012 2012 "touchend",
2013 2013 i3geoOL,
2014 2014 function(e) {
2015   - if (modoAtual === "move") {
2016   - return;
2017   - }
2018 2015 calcCoord(e);
2019 2016 e.preventDefault();
2020 2017 });
... ...