Improve IIIF tile source doc

This commit is contained in:
Lutz Helm
2019-05-13 11:15:20 +02:00
parent 80eb8b62ce
commit 5e288ebedf

View File

@@ -56,6 +56,10 @@ function formatPercentage(percentage) {
*/
class IIIF extends TileImage {
/**
* @param {Options} opt_options
* @api
*/
constructor(opt_options) {
const options = opt_options || {};