Merge pull request #6357 from fredj/geojson_externs

Fix GeoJSONCRSCode definition
This commit is contained in:
Frédéric Junod
2017-01-13 09:07:49 +01:00
committed by GitHub

View File

@@ -64,19 +64,19 @@ GeoJSONCRS.prototype.properties;
var GeoJSONCRSCode = function() {};
/**
* @constructor
*/
var GeoJSONCRSName = function() {};
/**
* TODO: remove this when http://jira.codehaus.org/browse/GEOS-5996 is fixed
* and widely deployed.
* @type {string}
*/
GeoJSONCRSName.prototype.code;
GeoJSONCRSCode.prototype.code;
/**
* @constructor
*/
var GeoJSONCRSName = function() {};
/**