Document the correct render events

This commit is contained in:
ahocevar
2019-01-31 14:05:10 +01:00
parent b76626071b
commit 47679a9686
5 changed files with 5 additions and 10 deletions

View File

@@ -52,10 +52,6 @@ import CompositeMapRenderer from './renderer/Composite.js';
* options or added with `addLayer` can be groups, which can contain further
* groups, and so on.
*
* @fires import("./MapBrowserEvent.js").MapBrowserEvent
* @fires import("./MapEvent.js").MapEvent
* @fires module:ol/render/Event~RenderEvent#postcompose
* @fires module:ol/render/Event~RenderEvent#precompose
* @api
*/
class Map extends PluggableMap {