[Pkg-javascript-commits] [leaflet-markercluster] 32/128: Public unspiderfy method
Jonas Smedegaard
dr at jones.dk
Sun Apr 16 06:26:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit f61cfafc0746a8654382c4d449958c8e155cd535
Author: zverev <alexander.zverev at gmail.com>
Date: Tue Dec 29 09:06:56 2015 +0300
Public unspiderfy method
---
src/MarkerCluster.Spiderfier.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/MarkerCluster.Spiderfier.js b/src/MarkerCluster.Spiderfier.js
index 6b2f649..857951f 100644
--- a/src/MarkerCluster.Spiderfier.js
+++ b/src/MarkerCluster.Spiderfier.js
@@ -363,6 +363,10 @@ L.MarkerClusterGroup.include({
//The MarkerCluster currently spiderfied (if any)
_spiderfied: null,
+ unspiderfy: function () {
+ this._unspiderfy.apply(this, arguments);
+ },
+
_spiderfierOnAdd: function () {
this._map.on('click', this._unspiderfyWrapper, this);
--
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