Module type for ol.render.Event

This commit is contained in:
Frederic Junod
2018-04-20 14:32:23 +02:00
parent 3629cef3a5
commit ae5e24a6c3
8 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ import {create as createTransform, compose as composeTransform} from '../../tran
* direct rendering of features and geometries to an HTML5 Canvas context.
* Instances of this class are created internally by the library and
* provided to application code as vectorContext member of the
* {@link ol.render.Event} object associated with postcompose, precompose and
* {@link module:ol/render/Event~RenderEvent} object associated with postcompose, precompose and
* render events emitted by layers and maps.
*
* @constructor