[Pkg-javascript-commits] [leaflet-markercluster] 323/479: Removed Trailing whitespaces
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:00:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit 17846a97c48f93b018c9d02c667bba13020c42e0
Author: Christopher Lakey <christopherlakey at gmail.com>
Date: Sat Feb 23 21:26:39 2013 -0500
Removed Trailing whitespaces
---
dist/leaflet.markercluster-src.js | 9 +++++----
src/MarkerCluster.Spiderfier.js | 4 ++--
src/MarkerCluster.js | 2 +-
src/MarkerClusterGroup.js | 4 ++--
4 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/dist/leaflet.markercluster-src.js b/dist/leaflet.markercluster-src.js
index f290445..948bd08 100644
--- a/dist/leaflet.markercluster-src.js
+++ b/dist/leaflet.markercluster-src.js
@@ -660,7 +660,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
return;
}
-
+
//Didn't manage to cluster in at this zoom, record us as a marker here and continue upwards
gridUnclustered[zoom].addObject(layer, markerPoint);
}
@@ -688,7 +688,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
this._moveEnd();
}
},
-
+
//Gets the maps visible bounds expanded in each direction by the size of the screen (so the user cannot see an area we do not cover in one pan)
_getExpandedVisibleBounds: function () {
if (!this.options.removeOutsideVisibleBounds) {
@@ -1031,7 +1031,7 @@ L.MarkerCluster = L.Marker.extend({
}
L.FeatureGroup.prototype.addLayer.call(this._group, this);
},
-
+
_recursivelyAnimateChildrenIn: function (bounds, center, maxZoom) {
this._recursively(bounds, 0, maxZoom - 1,
function (c) {
@@ -1729,7 +1729,7 @@ L.MarkerCluster.include(!L.DomUtil.TRANSITION ? {
m, i, a;
group._animationStart();
-
+
//Make us visible and bring the child markers back in
this.setOpacity(1);
for (i = childMarkers.length - 1; i >= 0; i--) {
@@ -1879,4 +1879,5 @@ L.MarkerClusterGroup.include({
+
}(this));
\ No newline at end of file
diff --git a/src/MarkerCluster.Spiderfier.js b/src/MarkerCluster.Spiderfier.js
index d2e883c..83f118b 100644
--- a/src/MarkerCluster.Spiderfier.js
+++ b/src/MarkerCluster.Spiderfier.js
@@ -243,7 +243,7 @@ L.MarkerCluster.include(!L.DomUtil.TRANSITION ? {
m, i, a;
group._animationStart();
-
+
//Make us visible and bring the child markers back in
this.setOpacity(1);
for (i = childMarkers.length - 1; i >= 0; i--) {
@@ -389,4 +389,4 @@ L.MarkerClusterGroup.include({
delete layer._spiderLeg;
}
}
-});
\ No newline at end of file
+});
diff --git a/src/MarkerCluster.js b/src/MarkerCluster.js
index b83bf81..2487901 100644
--- a/src/MarkerCluster.js
+++ b/src/MarkerCluster.js
@@ -129,7 +129,7 @@ L.MarkerCluster = L.Marker.extend({
}
L.FeatureGroup.prototype.addLayer.call(this._group, this);
},
-
+
_recursivelyAnimateChildrenIn: function (bounds, center, maxZoom) {
this._recursively(bounds, 0, maxZoom - 1,
function (c) {
diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js
index 68c1f46..c6d6247 100644
--- a/src/MarkerClusterGroup.js
+++ b/src/MarkerClusterGroup.js
@@ -653,7 +653,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
return;
}
-
+
//Didn't manage to cluster in at this zoom, record us as a marker here and continue upwards
gridUnclustered[zoom].addObject(layer, markerPoint);
}
@@ -681,7 +681,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
this._moveEnd();
}
},
-
+
//Gets the maps visible bounds expanded in each direction by the size of the screen (so the user cannot see an area we do not cover in one pan)
_getExpandedVisibleBounds: function () {
if (!this.options.removeOutsideVisibleBounds) {
--
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