Mark constants

This commit is contained in:
Tom Payne
2013-11-07 12:24:01 +01:00
parent f9105c18eb
commit 2704da9e4e

View File

@@ -119,6 +119,7 @@ ol.reader.GeoJSON.readString = function(string, callback) {
/**
* @const
* @private
* @type {Object.<string, function(GeoJSONGeometry): ol.geom.Geometry>}
*/
@@ -130,6 +131,7 @@ ol.reader.GeoJSON.GEOMETRY_READERS_ = {
/**
* @const
* @private
* @type {Object.<string, function(*, function(ol.Feature): *): *>}
*/