Remove GeoJSONObject extends from GeoJSONLink

Otherwise CRS object may have a `boox` or a `crs` property
This commit is contained in:
Frederic Junod
2015-01-27 11:30:11 +01:00
parent 3fbe9265da
commit d219a8ef22

View File

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