Merge pull request #384 from elemoine/optional

Exports fixes
This commit is contained in:
Éric Lemoine
2013-03-15 14:26:05 -07:00
3 changed files with 11 additions and 12 deletions

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