From 6b07646129b1976914a512b50ca1f0fe5f43a3a8 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 9 Mar 2018 16:46:24 +0100 Subject: [PATCH] Remove wrong const annotation --- src/ol/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ol/index.js b/src/ol/index.js index 2b4531cf42..0e289d3923 100644 --- a/src/ol/index.js +++ b/src/ol/index.js @@ -26,7 +26,6 @@ export const DEBUG_WEBGL = true; * TODO: move to a separate ol-webgl package * The maximum supported WebGL texture size in pixels. If WebGL is not * supported, the value is set to `undefined`. - * @const * @type {number|undefined} */ let WEBGL_MAX_TEXTURE_SIZE; // value is set below @@ -35,7 +34,6 @@ let WEBGL_MAX_TEXTURE_SIZE; // value is set below /** * TODO: move to a separate ol-webgl package * List of supported WebGL extensions. - * @const * @type {Array.} */ let WEBGL_EXTENSIONS; // value is set below