1. Initialize `L.Map` with an option `attributionControl: false` 2. Add layers 3. `map.addControl(L.control.attribution())` Result: only 'Leaflet' is shown in attribution. Expected result: the correct attribution for all layers. (also, prefix in [api docs](http://leafletjs.com/reference.html#control-attribution) is outdated)