From d219a8ef229227c2a1593aa43f02b6cfaa055a3f Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 27 Jan 2015 11:30:11 +0100 Subject: [PATCH] Remove GeoJSONObject extends from GeoJSONLink Otherwise CRS object may have a `boox` or a `crs` property --- externs/geojson.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/externs/geojson.js b/externs/geojson.js index e96d5409dc..0b7c2c74ac 100644 --- a/externs/geojson.js +++ b/externs/geojson.js @@ -157,7 +157,6 @@ GeoJSONFeatureCollection.prototype.features; /** * @constructor - * @extends {GeoJSONObject} */ var GeoJSONLink = function() {}; @@ -166,3 +165,8 @@ var GeoJSONLink = function() {}; * @type {string} */ GeoJSONLink.prototype.href; + +/** + * @type {string} + */ +GeoJSONLink.prototype.type;