Remove '=' from type when the parameter is not optional

This commit is contained in:
Frederic Junod
2018-09-27 09:26:37 +02:00
parent d8ee6acefa
commit 7eee6ba07a
12 changed files with 12 additions and 12 deletions

View File

@@ -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({