From 40c33a21eb65c5b9d79f78fa837b16eda22bd8ad Mon Sep 17 00:00:00 2001 From: tsauerwein Date: Thu, 20 Nov 2014 12:28:49 +0100 Subject: [PATCH] Mark ol.has.WEBGL_MAX_TEXTURE_SIZE as API --- src/ol/has.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/has.js b/src/ol/has.js index ed05a84f85..1c6b36a7f5 100644 --- a/src/ol/has.js +++ b/src/ol/has.js @@ -127,6 +127,7 @@ ol.has.WEBGL; * supported, the value is set to `-1`. * @const * @type {number} + * @api */ ol.has.WEBGL_MAX_TEXTURE_SIZE;