Update build

This commit is contained in:
danzel
2012-09-07 14:10:11 +12:00
parent fb165b18b1
commit 0f9a6b0176
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -110,6 +110,10 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
clearLayers: function () {
//Need our own special implementation as the LayerGroup one doesn't work for us
if (this._unspiderfy) {
this._unspiderfy();
}
//If we aren't on the map yet, just blow away the markers we know of
if (!this._map) {
this._needsClustering = [];
+1 -1
View File
File diff suppressed because one or more lines are too long