diff --git a/externs/geojson.js b/externs/geojson.js index bec6c7b428..984d0728e4 100644 --- a/externs/geojson.js +++ b/externs/geojson.js @@ -52,6 +52,13 @@ GeoJSONCRS.prototype.properties; var GeoJSONCRSCode = function() {}; + +/** + * @constructor + */ +var GeoJSONCRSName = function() {}; + + /** * @type {string} * TODO: remove this when http://jira.codehaus.org/browse/GEOS-5996 is fixed @@ -60,13 +67,6 @@ var GeoJSONCRSCode = function() {}; GeoJSONCRSName.prototype.code; - -/** - * @constructor - */ -var GeoJSONCRSName = function() {}; - - /** * @type {string} */