Update build

This commit is contained in:
danzel
2013-12-06 13:41:34 +13:00
parent 59560b481f
commit f4e7845c8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -661,7 +661,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
var newBounds = this._getExpandedVisibleBounds();
this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds, this._zoom, newBounds);
this._topClusterLevel._recursivelyAddChildrenToMap(null, this._zoom, newBounds);
this._topClusterLevel._recursivelyAddChildrenToMap(null, this._map._zoom, newBounds);
this._currentShownBounds = newBounds;
return;
+1 -1
View File
File diff suppressed because one or more lines are too long