nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit ccd04d29ee9e389a4d8a9b2ef279a2608b50beb7
parent 757a6b3700f092cdf9e56f7685d34be291d04ff2
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Mon,  7 May 2018 23:44:09 +0300

fix indent

Diffstat:
Msrc/lib/leaflet.fixes/index.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/leaflet.fixes/index.js b/src/lib/leaflet.fixes/index.js @@ -5,7 +5,7 @@ function fixAll() { fixPanAnimationBug(); fixTouchDetection(); fixMapKeypressEvent(); - fixVectorDrawWhileAnimation(); + fixVectorDrawWhileAnimation(); } // https://github.com/Leaflet/Leaflet/issues/3575