Lint free externs
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
*/
|
||||
@@ -24,6 +25,7 @@ GeoJSONObject.prototype.type;
|
||||
GeoJSONObject.prototype.crs;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {GeoJSONObject}
|
||||
@@ -52,6 +54,7 @@ var GeoJSONGeometry = function() {};
|
||||
GeoJSONGeometry.prototype.coordinates;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {GeoJSONObject}
|
||||
@@ -65,6 +68,7 @@ var GeoJSONGeometryCollection = function() {};
|
||||
GeoJSONGeometryCollection.prototype.geometries;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {GeoJSONObject}
|
||||
@@ -102,5 +106,3 @@ GeoJSONFeatureCollection.prototype.features;
|
||||
* @type {!Array.<number>|undefined}
|
||||
*/
|
||||
GeoJSONFeatureCollection.prototype.bbox;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user