Remove ol.source.SourceOptions typedef

The ol.source.SourceOptions type is already declared in objectliteral.exports, so it should not be declared in the ol/source/source.js file.
This commit is contained in:
Éric Lemoine
2013-03-15 17:56:14 +01:00
parent 1d002dd4ae
commit f86dfc3212

View File

@@ -8,14 +8,6 @@ goog.require('ol.Extent');
goog.require('ol.projection');
/**
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
* extent: (ol.Extent|undefined),
* projection: ol.ProjectionLike}}
*/
ol.source.SourceOptions;
/**
* @constructor