diff --git a/externs/geojson.js b/externs/geojson.js index afa13c30f1..4dbe44a8d3 100644 --- a/externs/geojson.js +++ b/externs/geojson.js @@ -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() {}; /**