Merge pull request #4077 from fredj/jsdoc_const

Add missing const jsdoc annotation
This commit is contained in:
Frédéric Junod
2015-09-04 07:02:52 +02:00

View File

@@ -101,6 +101,7 @@ ol.OL3_LOGO_URL = 'data:image/png;base64,' +
/**
* @type {Array.<ol.RendererType>}
* @const
*/
ol.DEFAULT_RENDERER_TYPES = [
ol.RendererType.CANVAS,