From 1963e6088ec1d102e21db7c430da30ce3f9a7322 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 23 Mar 2018 08:54:55 +0100 Subject: [PATCH] Fix wrong module name annotation --- src/ol/control.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/control.js b/src/ol/control.js index 79587b3d9b..4d57331f29 100644 --- a/src/ol/control.js +++ b/src/ol/control.js @@ -32,7 +32,7 @@ import Zoom from './control/Zoom.js'; * * {@link module:ol/control/Rotate~Rotate} * * {@link module:ol/control/Attribution~Attribution} * - * @param {module:ol/control~DefaultsOptions~DefaultsOptions=} opt_options + * @param {module:ol/control~DefaultsOptions=} opt_options * Defaults options. * @return {module:ol/Collection~Collection.} * Controls.