Leaflet/spec/suites
Marvin Bredal Lillehaug 884463bb09 Avoid getBoundsZoom return Infinity when using CRS with flipped axis (#5204)
* Create new bounds from projected coordinates rather than subtract in getBoundsZoom to avoid negative scale. Fixes #5195

* Fix unit test mocks

Apparently, mocking `project()` instead of `latLngToPoint()` magically works.

* Expected zoomlevel is 9, not 7
2016-12-19 12:40:22 +01:00
..
control Only collapse layer control if collapsed: true (#5131) 2016-11-23 10:49:59 +01:00
core Just store array of listeners, count is no longer needed. (#4842) 2016-08-25 17:23:58 +02:00
dom enforce indentation in specs 2015-09-25 13:55:37 +03:00
geo Sanity check in LatLngBounds.contains (fixes #5132) (#5135) 2016-11-24 09:36:33 +01:00
geometry create points from objects with x and y properties (#4465) 2016-04-20 17:05:31 +02:00
layer Fixes Layer.isPopupOpen when no popup is bound (#5106) 2016-11-29 10:33:54 +01:00
map Avoid getBoundsZoom return Infinity when using CRS with flipped axis (#5204) 2016-12-19 12:40:22 +01:00
SpecHelper.js Allow to make screenshots in Phantomjs (#4705) 2016-07-08 11:05:12 +02:00