diff --git a/externs/geojson.js b/externs/geojson.js index 984d0728e4..4d6584539a 100644 --- a/externs/geojson.js +++ b/externs/geojson.js @@ -34,9 +34,9 @@ var GeoJSONCRS = function() {}; /** - * @type {!GeoJSONCRSCode|!GeoJSONCRSName|!GeoJSONLink} * TODO: remove GeoJSONCRSCode when http://jira.codehaus.org/browse/GEOS-5996 * is fixed and widely deployed. + * @type {!GeoJSONCRSCode|!GeoJSONCRSName|!GeoJSONLink} */ GeoJSONCRS.prototype.properties; @@ -60,9 +60,9 @@ var GeoJSONCRSName = function() {}; /** - * @type {string} * TODO: remove this when http://jira.codehaus.org/browse/GEOS-5996 is fixed * and widely deployed. + * @type {string} */ GeoJSONCRSName.prototype.code;