Get rid of olx.js and typedef.js typedefs for ol

This commit is contained in:
Andreas Hocevar
2018-03-08 18:42:57 +01:00
parent 8f0ffe2043
commit 95d6251dbb
198 changed files with 2262 additions and 2698 deletions
+4 -4
View File
@@ -132,14 +132,14 @@ ImageStyle.prototype.getImageState = function() {};
/**
* @abstract
* @return {ol.Size} Image size.
* @return {module:ol/size~Size} Image size.
*/
ImageStyle.prototype.getImageSize = function() {};
/**
* @abstract
* @return {ol.Size} Size of the hit-detection image.
* @return {module:ol/size~Size} Size of the hit-detection image.
*/
ImageStyle.prototype.getHitDetectionImageSize = function() {};
@@ -155,7 +155,7 @@ ImageStyle.prototype.getOrigin = function() {};
/**
* Get the size of the symbolizer (in pixels).
* @abstract
* @return {ol.Size} Size.
* @return {module:ol/size~Size} Size.
*/
ImageStyle.prototype.getSize = function() {};
@@ -217,7 +217,7 @@ ImageStyle.prototype.setSnapToPixel = function(snapToPixel) {
* @abstract
* @param {function(this: T, ol.events.Event)} listener Listener function.
* @param {T} thisArg Value to use as `this` when executing `listener`.
* @return {ol.EventsKey|undefined} Listener key.
* @return {module:ol/events~EventsKey|undefined} Listener key.
* @template T
*/
ImageStyle.prototype.listenImageChange = function(listener, thisArg) {};