[Pkg-javascript-commits] [leaflet-markercluster] 428/479: do todo
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:01:04 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 c5fab2342b5d24bf9eac9f790a3e51a040e496f6
Author: danzel <danzel at localhost.geek.nz>
Date: Mon Oct 14 13:54:38 2013 +1300
do todo
---
src/MarkerClusterGroup.js | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js
index 1e94f0d..91678a7 100644
--- a/src/MarkerClusterGroup.js
+++ b/src/MarkerClusterGroup.js
@@ -287,11 +287,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
}
}
- //TODO: Can remove this isValid test when leaflet 0.6 is released
- var nonPointBounds = this._nonPointGroup.getBounds();
- if (nonPointBounds.isValid()) {
- bounds.extend(nonPointBounds);
- }
+ bounds.extend(this._nonPointGroup.getBounds());
return bounds;
},
--
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