mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-25 12:46:01 +10:00
0.7.2 (January 17, 2013) * Fixed a bug that appeared with **Chrome 32 update** that made all **mouse events shifted on scrolled pages**. [#2352](https://github.com/Leaflet/Leaflet/issues/2352) * Fixed a bug that could break tile loading when using non-standard tile sizes. [#2288](https://github.com/Leaflet/Leaflet/issues/2288) * Fixed a bug where `maxNativeZoom` option didn't work with TMS tile layers (by [@perliedman](https://github.com/perliedman)). [#2321](https://github.com/Leaflet/Leaflet/issues/2321) [#2314](https://github.com/Leaflet/Leaflet/issues/2314)
23 lines
500 B
JSON
23 lines
500 B
JSON
{
|
|
"name": "leaflet",
|
|
"filename": "leaflet.js",
|
|
"version": "0.7.2",
|
|
"description": "Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps.",
|
|
"homepage": "http://leafletjs.com/",
|
|
"keywords": [
|
|
"maps",
|
|
"mobile"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "CloudMade"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/Leaflet/Leaflet.git"
|
|
}
|
|
]
|
|
}
|