Fix typo in ol.js

This commit is contained in:
Éric Lemoine
2015-03-30 21:02:40 +02:00
parent 7c55639632
commit 28d00c9676

View File

@@ -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;