Define constructor before its members
This commit is contained in:
@@ -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}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user