Remove '=' from type when the parameter is not optional
This commit is contained in:
@@ -44,7 +44,7 @@ import XYZ from '../source/XYZ.js';
|
||||
*/
|
||||
class CartoDB extends XYZ {
|
||||
/**
|
||||
* @param {Options=} options CartoDB options.
|
||||
* @param {Options} options CartoDB options.
|
||||
*/
|
||||
constructor(options) {
|
||||
super({
|
||||
|
||||
Reference in New Issue
Block a user