Update build

This commit is contained in:
danzel
2013-06-25 09:04:01 +12:00
parent 80e2496045
commit 9b3bb2929f
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -283,7 +283,11 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
}
}
bounds.extend(this._nonPointGroup.getBounds());
//TODO: Can remove this isValid test when leaflet 0.6 is released
var nonPointBounds = this._nonPointGroup.getBounds();
if (nonPointBounds.isValid()) {
bounds.extend(nonPointBounds);
}
return bounds;
},
+1 -1
View File
File diff suppressed because one or more lines are too long