From 255e1de3a48b2c081aa73819dc30a2e79ba0fd2e Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 30 Mar 2015 20:57:41 +0200 Subject: [PATCH] Remove @api annotation from ol.WEBGL_MAX_TEXTURE_SIZE --- src/ol/ol.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ol/ol.js b/src/ol/ol.js index 2b15517bdc..a5d8583ff5 100644 --- a/src/ol/ol.js +++ b/src/ol/ol.js @@ -233,7 +233,6 @@ ol.WEBGL_TEXTURE_CACHE_HIGH_WATER_MARK = 1024; * supported, the value is set to `undefined`. * @const * @type {number|undefined} - * @api */ ol.WEBGL_MAX_TEXTURE_SIZE; // value is set in `ol.has`