Update build

This commit is contained in:
danzel
2012-12-21 15:01:23 +13:00
parent 46ca075ccb
commit f7757a023c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -358,14 +358,14 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
this._spiderfierOnRemove();
}
this._map = null;
//Clean up all the layers we added to the map
for (var i in this._layers) {
if (this._layers.hasOwnProperty(i)) {
L.FeatureGroup.prototype.removeLayer.call(this, this._layers[i]);
}
}
this._map = null;
},
+1 -1
View File
File diff suppressed because one or more lines are too long