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

@@ -80,7 +80,7 @@ import {appendParams} from '../uri.js';
* If this is not defined, a default grid will be used: if there is a projection
* extent, the grid will be based on that; if not, a grid based on a global
* extent with origin at 0,0 will be used..
* @property {ol.source.WMSServerType|string} [serverType=undefined]
* @property {ol.source.WMSServerType|string} [serverType]
* The type of the remote WMS server. Currently only used when `hidpi` is
* `true`.
* @property {string} [url] WMS service URL.