Lint free externs

This commit is contained in:
Tim Schaub
2013-03-03 16:20:49 +01:00
parent d4ecf53801
commit 022917e719

View File

@@ -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;