From 28d00c967659c7d7a9df992fffa443c2f48f8b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 30 Mar 2015 21:02:40 +0200 Subject: [PATCH] Fix typo in ol.js --- src/ol/ol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/ol.js b/src/ol/ol.js index 2b15517bdc..22a9f25233 100644 --- a/src/ol/ol.js +++ b/src/ol/ol.js @@ -178,7 +178,7 @@ ol.KEYBOARD_PAN_DURATION = 100; /** * @define {number} The maximum size in pixels of atlas images. Default is - * `-1`, meaning it is not used (and `ol.ol.WEBGL_MAX_TEXTURE_SIZE` is + * `-1`, meaning it is not used (and `ol.WEBGL_MAX_TEXTURE_SIZE` is * used instead). */ ol.MAX_ATLAS_SIZE = -1;