update changelog and build

This commit is contained in:
Vladimir Agafonkin 2012-08-07 12:28:33 +03:00
parent 2109713511
commit 968aece11e
3 changed files with 6 additions and 3 deletions

View File

@ -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
View File

@ -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

File diff suppressed because one or more lines are too long