Module type for ol.events.Event

This commit is contained in:
Frederic Junod
2018-03-19 11:57:48 +01:00
parent 93b2fe0e95
commit 857b946f3e
17 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -367,7 +367,7 @@ WebGLMapRenderer.prototype.getType = function() {
/**
* @param {ol.events.Event} event Event.
* @param {module:ol/events/Event~Event} event Event.
* @protected
*/
WebGLMapRenderer.prototype.handleWebGLContextLost = function(event) {
+1 -1
View File
@@ -200,7 +200,7 @@ WebGLVectorLayerRenderer.prototype.forEachLayerAtPixel = function(pixel, frameSt
/**
* Handle changes in image style state.
* @param {ol.events.Event} event Image style change event.
* @param {module:ol/events/Event~Event} event Image style change event.
* @private
*/
WebGLVectorLayerRenderer.prototype.handleStyleImageChange_ = function(event) {