The map should not trace a resize event

The container div should handle the resize by updating the scrollbars
This fixes the map crash during window resize.
This commit is contained in:
Mihai Varga 2015-04-24 17:21:38 +03:00
parent 3ee29053aa
commit caf7c2e6c6

View file

@ -14,7 +14,7 @@ L.Map = L.Evented.extend({
*/
fadeAnimation: true,
trackResize: true,
trackResize: false,
markerZoomAnimation: true
},