update build and changelog for 0.4.3
This commit is contained in:
parent
9e89753c74
commit
9bc31e0f22
@ -7,6 +7,8 @@ Leaflet Changelog
|
|||||||
|
|
||||||
An in-progress version being developed on the master branch.
|
An in-progress version being developed on the master branch.
|
||||||
|
|
||||||
|
## 0.4.3 (August 7, 2012)
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
* Improved `GeoJSON` `setStyle` to also accept function (like the corresponding option).
|
* Improved `GeoJSON` `setStyle` to also accept function (like the corresponding option).
|
||||||
|
6
dist/leaflet-src.js
vendored
6
dist/leaflet-src.js
vendored
@ -21,7 +21,7 @@ if (typeof exports !== undefined + '') {
|
|||||||
window.L = L;
|
window.L = L;
|
||||||
}
|
}
|
||||||
|
|
||||||
L.version = '0.4.2';
|
L.version = '0.4.3';
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -6072,8 +6072,8 @@ L.Map.Keyboard = L.Handler.extend({
|
|||||||
right: [39],
|
right: [39],
|
||||||
down: [40],
|
down: [40],
|
||||||
up: [38],
|
up: [38],
|
||||||
zoomIn: [187, 61, 107],
|
zoomIn: [187, 107, 61],
|
||||||
zoomOut: [189, 109, 0]
|
zoomOut: [189, 109]
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize: function (map) {
|
initialize: function (map) {
|
||||||
|
2
dist/leaflet.js
vendored
2
dist/leaflet.js
vendored
File diff suppressed because one or more lines are too long
@ -14,4 +14,4 @@ if (typeof exports !== undefined + '') {
|
|||||||
window.L = L;
|
window.L = L;
|
||||||
}
|
}
|
||||||
|
|
||||||
L.version = '0.4.2';
|
L.version = '0.4.3';
|
||||||
|
Loading…
Reference in New Issue
Block a user