From d71fa78ee2ea7e9e31410d2c91e83ca5f1927e0c Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 11 Mar 2019 15:10:32 +0100 Subject: [PATCH] Remove unused template tag --- src/ol/PluggableMap.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ol/PluggableMap.js b/src/ol/PluggableMap.js index 02465ff092..5e95f78549 100644 --- a/src/ol/PluggableMap.js +++ b/src/ol/PluggableMap.js @@ -606,7 +606,6 @@ class PluggableMap extends BaseObject { * @param {import("./pixel.js").Pixel} pixel Pixel. * @param {AtPixelOptions=} opt_options Optional options. * @return {boolean} Is there a feature at the given pixel? - * @template U * @api */ hasFeatureAtPixel(pixel, opt_options) {