Remove =undefined for default values in ol/source

This commit is contained in:
Florent gravin
2018-04-04 10:40:39 +02:00
parent 0f1cef96fb
commit c579fc985a
6 changed files with 6 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ inherits(VectorSourceEvent, Event);
* @property {Array.<module:ol/Feature~Feature>|ol.Collection.<module:ol/Feature~Feature>} [features]
* Features. If provided as {@link ol.Collection}, the features in the source
* and the collection will stay in sync.
* @property {ol.format.Feature} [format=undefined] The feature format used by the XHR
* @property {ol.format.Feature} [format] The feature format used by the XHR
* feature loader when `url` is set. Required if `url` is set, otherwise ignored.
* @property {module:ol/Feature~FeatureLoader} [loader]
* The loader function used to load features, from a remote source for example.