fix changelog typo

This commit is contained in:
Mourner 2011-08-04 12:34:22 +03:00
parent 9334d78ce4
commit 70fffd25eb

View File

@ -31,7 +31,7 @@ Leaflet Changelog
#### General bugfixes #### General bugfixes
* Fixed a bug where mouse zoom worked incorrectly if map is inside scrolled container (partially by [@chrillo])(https://github.com/chrillo). [#206](https://github.com/CloudMade/Leaflet/issues/206) * Fixed a bug where mouse zoom worked incorrectly if map is inside scrolled container (partially by [@chrillo](https://github.com/chrillo)). [#206](https://github.com/CloudMade/Leaflet/issues/206)
* Fixed a bug where `Marker` `setIcon` was not working properly (by [@marphi](https://github.com/marphi)). [#218](https://github.com/CloudMade/Leaflet/pull/218) * Fixed a bug where `Marker` `setIcon` was not working properly (by [@marphi](https://github.com/marphi)). [#218](https://github.com/CloudMade/Leaflet/pull/218)
* Fixed a bug where static properties of a child class would not override the parent ones. * Fixed a bug where static properties of a child class would not override the parent ones.
* Fixed broken popup `closePopup` option (by [@jgerigmeyer](https://github.com/jgerigmeyer)). * Fixed broken popup `closePopup` option (by [@jgerigmeyer](https://github.com/jgerigmeyer)).