[Pkg-javascript-commits] [leaflet-markercluster] 83/219: Update MarkerCluster.QuickHull.js

Jonas Smedegaard dr at jones.dk
Sat May 7 09:39:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet-markercluster.

commit a2f509ce4a939435ad19a010973901e1b7da6409
Author: olive380 <olive380 at users.noreply.github.com>
Date:   Tue Aug 4 19:51:56 2015 +0200

    Update MarkerCluster.QuickHull.js
---
 src/MarkerCluster.QuickHull.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/MarkerCluster.QuickHull.js b/src/MarkerCluster.QuickHull.js
index c02c0fb..741c521 100644
--- a/src/MarkerCluster.QuickHull.js
+++ b/src/MarkerCluster.QuickHull.js
@@ -139,9 +139,9 @@ Retrieved from: http://en.literateprograms.org/Quickhull_(Javascript)?oldid=1843
 				maxPt = maxLatPt;
 			} else {
 				minPt = minLngPt;
-				maxPt = maxLngPt;			
+				maxPt = maxLngPt;
 			}
-			
+
 			var ch = [].concat(this.buildConvexHull([minPt, maxPt], latLngs),
 								this.buildConvexHull([maxPt, minPt], latLngs));
 			return ch;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git



More information about the Pkg-javascript-commits mailing list