update changelog and build
This commit is contained in:
parent
2109713511
commit
968aece11e
@ -7,6 +7,10 @@ Leaflet Changelog
|
||||
|
||||
An in-progress version being developed on the master branch.
|
||||
|
||||
* No changes since the stable version yet.
|
||||
|
||||
## 0.4.3 (August 7, 2012)
|
||||
|
||||
### Improvements
|
||||
|
||||
* Improved `GeoJSON` `setStyle` to also accept function (like the corresponding option).
|
||||
|
3
dist/leaflet-src.js
vendored
3
dist/leaflet-src.js
vendored
@ -7408,8 +7408,6 @@ L.Map.include(!L.DomUtil.TRANSITION ? {} : {
|
||||
.fire('movestart')
|
||||
.fire('zoomstart');
|
||||
|
||||
this._animatingZoom = true;
|
||||
|
||||
this.fire('zoomanim', {
|
||||
center: center,
|
||||
zoom: zoom
|
||||
@ -7432,6 +7430,7 @@ L.Map.include(!L.DomUtil.TRANSITION ? {} : {
|
||||
_runAnimation: function (center, zoom, scale, origin, backwardsTransform) {
|
||||
this._animateToCenter = center;
|
||||
this._animateToZoom = zoom;
|
||||
this._animatingZoom = true;
|
||||
|
||||
var transform = L.DomUtil.TRANSFORM,
|
||||
tileBg = this._tileBg;
|
||||
|
2
dist/leaflet.js
vendored
2
dist/leaflet.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user