Define constructor before its members

This commit is contained in:
Andreas Hocevar
2014-08-08 14:09:54 +02:00
parent 63abbe2597
commit 8a56f455f1

View File

@@ -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}
*/