From 8a56f455f1ecce19ca74585ab8f1ee8a20fd3501 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Fri, 8 Aug 2014 14:09:54 +0200 Subject: [PATCH] Define constructor before its members --- externs/geojson.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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} */