Update build

This commit is contained in:
danzel
2014-10-28 09:26:13 +13:00
parent ba0c2146ca
commit c0b5778dbc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -876,7 +876,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
//Gets the maps visible bounds expanded in each direction by the size of the screen (so the user cannot see an area we do not cover in one pan)
_getExpandedVisibleBounds: function () {
if (!this.options.removeOutsideVisibleBounds) {
return this.getBounds();
return this._map.getBounds();
}
var map = this._map,
+1 -1
View File
File diff suppressed because one or more lines are too long