Define constructor before its members
This commit is contained in:
+7
-7
@@ -52,6 +52,13 @@ GeoJSONCRS.prototype.properties;
|
|||||||
var GeoJSONCRSCode = function() {};
|
var GeoJSONCRSCode = function() {};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @constructor
|
||||||
|
*/
|
||||||
|
var GeoJSONCRSName = function() {};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {string}
|
* @type {string}
|
||||||
* TODO: remove this when http://jira.codehaus.org/browse/GEOS-5996 is fixed
|
* TODO: remove this when http://jira.codehaus.org/browse/GEOS-5996 is fixed
|
||||||
@@ -60,13 +67,6 @@ var GeoJSONCRSCode = function() {};
|
|||||||
GeoJSONCRSName.prototype.code;
|
GeoJSONCRSName.prototype.code;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @constructor
|
|
||||||
*/
|
|
||||||
var GeoJSONCRSName = function() {};
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user