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