Woops, fix the IE code.

This commit is contained in:
danzel
2012-07-13 11:30:17 +12:00
parent 8a0b912996
commit fddad2f892
+1 -1
View File
@@ -378,7 +378,7 @@ L.MarkerClusterGroup.include(!L.DomUtil.TRANSITION ? {
//Add all children of current clusters to map and remove those clusters from map
for (i = 0; i < startingClusters.length; i++) {
c = startingClusters[j];
c = startingClusters[i];
//Remove old cluster
L.FeatureGroup.prototype.removeLayer.call(this, c); //TODO Animate