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
+2 -2
View File
@@ -215,7 +215,7 @@ ImageStyle.prototype.setSnapToPixel = function(snapToPixel) {
/**
* @abstract
* @param {function(this: T, ol.events.Event)} listener Listener function.
* @param {function(this: T, module:ol/events/Event~Event)} listener Listener function.
* @param {T} thisArg Value to use as `this` when executing `listener`.
* @return {module:ol/events~EventsKey|undefined} Listener key.
* @template T
@@ -232,7 +232,7 @@ ImageStyle.prototype.load = function() {};
/**
* @abstract
* @param {function(this: T, ol.events.Event)} listener Listener function.
* @param {function(this: T, module:ol/events/Event~Event)} listener Listener function.
* @param {T} thisArg Value to use as `this` when executing `listener`.
* @template T
*/