[Pkg-javascript-commits] [leaflet] 26/78: fix build
    Jonas Smedegaard 
    dr at jones.dk
       
    Sat May  7 08:58:44 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit 0d95c31e7f5658b2ccb5c25248d3cdb42e3c1065
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date:   Fri Aug 28 19:06:43 2015 +0200
    fix build
---
 src/map/anim/Map.ZoomAnimation.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/map/anim/Map.ZoomAnimation.js b/src/map/anim/Map.ZoomAnimation.js
index 1180b38..253f221 100644
--- a/src/map/anim/Map.ZoomAnimation.js
+++ b/src/map/anim/Map.ZoomAnimation.js
@@ -94,7 +94,7 @@ L.Map.include(!L.DomUtil.TRANSITION ? {} : {
 	},
 
 	_onZoomTransitionEnd: function () {
-		if (!this._animatingZoom) return;
+		if (!this._animatingZoom) { return; }
 
 		this._animatingZoom = false;
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
    
    
More information about the Pkg-javascript-commits
mailing list