Update build

This commit is contained in:
danzel
2013-04-24 10:08:30 +12:00
parent ef4227dcd2
commit cdcc23bea4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1176,7 +1176,7 @@ L.MarkerCluster = L.Marker.extend({
for (i = c._childClusters.length - 1; i >= 0; i--) {
m = c._childClusters[i];
if (!exceptBounds || !exceptBounds.contains(m._latlng)) {
if (L.FeatureGroup.prototype.hasLayer.call(c._group, m)) {
if (!L.FeatureGroup.prototype.hasLayer || L.FeatureGroup.prototype.hasLayer.call(c._group, m)) {
L.FeatureGroup.prototype.removeLayer.call(c._group, m);
}
m.setOpacity(1);
+1 -1
View File
File diff suppressed because one or more lines are too long