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

@@ -144,7 +144,7 @@ class RasterSourceEvent extends Event {
*/
class RasterSource extends ImageSource {
/**
* @param {Options=} options Options.
* @param {Options} options Options.
*/
constructor(options) {
super({});