Module type for ol.render.EventType

This commit is contained in:
Frederic Junod
2018-04-20 14:31:00 +02:00
parent d1a6249cf0
commit 3629cef3a5
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import Event from '../events/Event.js';
* @constructor
* @extends {module:ol/events/Event~Event}
* @implements {oli.render.Event}
* @param {ol.render.EventType} type Type.
* @param {module:ol/render/EventType~EventType} type Type.
* @param {ol.render.VectorContext=} opt_vectorContext Vector context.
* @param {module:ol/PluggableMap~FrameState=} opt_frameState Frame state.
* @param {?CanvasRenderingContext2D=} opt_context Context.