Files
cdnjs/ajax/libs/leaflet/package.json
T
David Kitchen 0920e7c077 Added leaflet 0.7.2
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)
2014-01-24 10:50:44 +00:00

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"
}
]
}