Skip to content

Commit

Permalink
Fix up #53, #54
Browse files Browse the repository at this point in the history
  • Loading branch information
danzel committed Sep 6, 2012
1 parent b0174aa commit fc881ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MarkerCluster.Spiderfier.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ L.MarkerClusterGroup.include({
this._map.off('click', this._unspiderfyWrapper, this);
this._map.off('zoomstart', this._unspiderfyZoomStart, this);
this._map.off('zoomanim', this._unspiderfyZoomAnim, this);

this._unspiderfy(); //Ensure that markers are back where they should be
},


Expand Down

0 comments on commit fc881ba

Please sign in to comment.