Lint free externs

This commit is contained in:
Tim Schaub
2013-03-03 16:20:49 +01:00
parent d4ecf53801
commit 022917e719
+4 -2
View File
@@ -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;