Leaflet/spec/suites
Aaron King 95ed9cdda2 Allow L.Mixin.Events.addEventListener() to accept a map in which the string keys represent one or more space-separated event types and the values represent a handler function to be called for the event(s).
Allow L.Mixin.Events.removeEventListener() to accept one or more space-separated event types. Omitting the fn parameter will remove all event handlers for the supplied event type(s).

Also allow L.Mixin.Events.removeEventListener() to accept a map where the string keys represent one or more space-separated event types and the values represent handler functions previously attached for the event(s).

Add unit tests for the above changes.
2012-06-29 16:14:41 -07:00
..
core Allow L.Mixin.Events.addEventListener() to accept a map in which the string keys represent one or more space-separated event types and the values represent a handler function to be called for the event(s). 2012-06-29 16:14:41 -07:00
dom Add L.DomUtil.removeClass method 2011-07-15 19:03:35 +07:00
geo fix issue with 180 longs being clamped to -180 2011-12-21 13:22:07 +00:00
geometry Fix Bounds.contains method in case if obj argument is instance of L.Point 2011-07-13 18:13:35 +07:00
layer Add method Polyline.closestLayerPoint 2011-07-20 13:23:04 +07:00
map LatLngBounds, moved MapSpec 2010-09-21 11:46:31 +03:00
LeafletSpec.js Fix up the unit tests. Polyline.closestLayerPoint and noConflict were broken. 2012-06-25 12:16:46 +12:00
SpecHelper.js Add method Polyline.closestLayerPoint 2011-07-20 13:23:04 +07:00