Remove defaultProjection and object from typedef

Leftover from #2810
This commit is contained in:
Frederic Junod
2014-10-07 16:03:04 +02:00
parent 9d1101c727
commit 31bb1ada0a

View File

@@ -3573,10 +3573,8 @@ olx.source.TileImageOptions.prototype.tileUrlFunction;
/**
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
* defaultProjection: ol.proj.ProjectionLike,
* format: ol.format.Feature,
* logo: (string|olx.LogoOptions|undefined),
* object: (GeoJSONObject|undefined),
* projection: ol.proj.ProjectionLike,
* tileGrid: ol.tilegrid.TileGrid,
* tileUrlFunction: (ol.TileUrlFunctionType|undefined),