[Pkg-javascript-commits] [leaflet-markercluster] 51/219: fixed a newly created whitespace issue
Jonas Smedegaard
dr at jones.dk
Sat May 7 09:39:10 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 f79a3d0ba9d4b003771bce579f67b3e9156f630a
Author: Ryan "rman" Denniston <r.denniston at gmail.com>
Date: Sat Nov 1 11:25:26 2014 -1000
fixed a newly created whitespace issue
---
src/MarkerClusterGroup.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js
index 04d7f1c..d6b408f 100644
--- a/src/MarkerClusterGroup.js
+++ b/src/MarkerClusterGroup.js
@@ -655,7 +655,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
_zoomOrSpiderfy: function (e) {
var map = this._map;
- if ( e.layer._bounds._northEast.equals(e.layer._bounds._southWest)) {
+ if (e.layer._bounds._northEast.equals(e.layer._bounds._southWest)) {
if (this.options.spiderfyOnMaxZoom) {
e.layer.spiderfy();
}
--
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