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

@@ -35,7 +35,7 @@ import {getKeyZXY} from '../tilecoord.js';
*/
class UrlTile extends TileSource {
/**
* @param {Options=} options Image tile options.
* @param {Options} options Image tile options.
*/
constructor(options) {