Update build

This commit is contained in:
danzel
2013-07-18 11:25:02 +12:00
parent 31a8bb7772
commit 8ccd5a37ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
for (i = 0, l = this._needsRemoving.length; i < l; i++) {
layer = this._needsRemoving[i];
this._removeLayer(layer);
this._removeLayer(layer, true);
}
this._needsRemoving = [];
+1 -1
View File
File diff suppressed because one or more lines are too long