From 022917e719f642d44d62edbdd918a2b5a937938a Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 3 Mar 2013 16:20:49 +0100 Subject: [PATCH] Lint free externs --- externs/geojson.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/externs/geojson.js b/externs/geojson.js index 6645f8a79e..a67f9a8940 100644 --- a/externs/geojson.js +++ b/externs/geojson.js @@ -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.|undefined} */ GeoJSONFeatureCollection.prototype.bbox; - -