Leaflet/spec/suites
ghybs d6fc47d70e Fix(DivIcon): revert #5517 to avoid appending a single node instead of generating content (#5574)
* Docs(Marker): explain checks for re-using icon element

when the marker is modified with an icon of the same type (i.e. an image icon with an image icon, or a DivIcon with a DivIcon), or checks for NOT re-using the icon element when modifying with an icon of a different type (i.e. an image icon with a DivIcon, or the reverse).

* Revert "Div icon accept node element as option (#5517)"

This reverts commit ba7bfb5011.

Conflicts:
	spec/suites/layer/marker/MarkerSpec.js
2017-06-25 14:11:57 +02:00
..
control Control.Layers: Only add layer events to layers when we are on the map. Fixes #5421 (#5422) 2017-03-28 23:10:29 +02:00
core Don't turn enter keypress into clicks on map (#5507) 2017-06-02 11:18:46 +02:00
dom enforce indentation in specs 2015-09-25 13:55:37 +03:00
geo add margin to LatLngBounds.equals method (#5071) 2017-02-02 16:55:30 +01:00
geometry Feat(Bounds): add new methods for 2 missing corners (#5488) 2017-05-11 22:24:15 +02:00
layer Fix(DivIcon): revert #5517 to avoid appending a single node instead of generating content (#5574) 2017-06-25 14:11:57 +02:00
map Handle edge case of empty bounds on _getBoundsCenterZoom (#5157) 2017-05-11 22:33:46 +02:00
SpecHelper.js ES6 modules & Rollup (#4989) 2017-01-30 11:35:16 +01:00