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
+1 -1
View File
@@ -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('-');