Move description above annotation to avoid JSDoc warnings

This commit is contained in:
Tim Schaub
2014-12-15 07:50:48 -08:00
parent 7ece729d5f
commit abdae62481

View File

@@ -34,9 +34,9 @@ var GeoJSONCRS = function() {};
/** /**
* @type {!GeoJSONCRSCode|!GeoJSONCRSName|!GeoJSONLink}
* TODO: remove GeoJSONCRSCode when http://jira.codehaus.org/browse/GEOS-5996 * TODO: remove GeoJSONCRSCode when http://jira.codehaus.org/browse/GEOS-5996
* is fixed and widely deployed. * is fixed and widely deployed.
* @type {!GeoJSONCRSCode|!GeoJSONCRSName|!GeoJSONLink}
*/ */
GeoJSONCRS.prototype.properties; GeoJSONCRS.prototype.properties;
@@ -60,9 +60,9 @@ var GeoJSONCRSName = function() {};
/** /**
* @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
* and widely deployed. * and widely deployed.
* @type {string}
*/ */
GeoJSONCRSName.prototype.code; GeoJSONCRSName.prototype.code;