Remove all inheritDoc tags from src/ol/style

This commit is contained in:
Frederic Junod
2020-03-26 11:47:56 +01:00
parent 615ae71a8f
commit 506aa7aae7
5 changed files with 37 additions and 29 deletions
-2
View File
@@ -233,7 +233,6 @@ class ImageStyle {
/**
* @abstract
* @param {function(import("../events/Event.js").default): void} listener Listener function.
* @template T
*/
listenImageChange(listener) {
abstract();
@@ -250,7 +249,6 @@ class ImageStyle {
/**
* @abstract
* @param {function(import("../events/Event.js").default): void} listener Listener function.
* @template T
*/
unlistenImageChange(listener) {
abstract();