From 49f883664ae6677e2dd3a49eec47d0688ccf7c84 Mon Sep 17 00:00:00 2001 From: Mihai CAZACU Date: Thu, 6 Aug 2020 21:30:10 +0300 Subject: [PATCH] fix comments --- src/ol/control/FullScreen.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/control/FullScreen.js b/src/ol/control/FullScreen.js index ad84c83168..05002b01a4 100644 --- a/src/ol/control/FullScreen.js +++ b/src/ol/control/FullScreen.js @@ -89,7 +89,7 @@ class FullScreen extends Control { /** * @private - * @type {string} + * @type {Array} */ this.activeClassName_ = options.activeClassName !== undefined @@ -98,7 +98,7 @@ class FullScreen extends Control { /** * @private - * @type {string} + * @type {Array} */ this.inactiveClassName_ = options.inactiveClassName !== undefined