Remove '=' from type when the parameter is not optional
This commit is contained in:
@@ -116,7 +116,7 @@ const ProviderConfig = {
|
||||
*/
|
||||
class Stamen extends XYZ {
|
||||
/**
|
||||
* @param {Options=} options Stamen options.
|
||||
* @param {Options} options Stamen options.
|
||||
*/
|
||||
constructor(options) {
|
||||
const i = options.layer.indexOf('-');
|
||||
|
||||
Reference in New Issue
Block a user