Add missing const jsdoc annotation

This commit is contained in:
Frederic Junod
2015-09-03 12:06:33 +02:00
parent 813afe1e3f
commit 6f40544732
+1
View File
@@ -101,6 +101,7 @@ ol.OL3_LOGO_URL = 'data:image/png;base64,' +
/** /**
* @type {Array.<ol.RendererType>} * @type {Array.<ol.RendererType>}
* @const
*/ */
ol.DEFAULT_RENDERER_TYPES = [ ol.DEFAULT_RENDERER_TYPES = [
ol.RendererType.CANVAS, ol.RendererType.CANVAS,