Get rid of JSDoc warnings and fix fires arguments

This commit is contained in:
ahocevar
2019-06-29 10:25:35 +02:00
parent a4b76b2a00
commit cb77f9e3dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class IIIF extends TileImage {
constructor(opt_options) {
/**
* @type {Partial<Options>} options
* @type {Partial<Options>}
*/
const options = opt_options || {};