From 427ac45a8af56652a41ccdc457e488b0a0d45c02 Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Tue, 19 Mar 2019 18:23:27 +0100 Subject: [PATCH] better description --- src/iiiftilesource.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/iiiftilesource.js b/src/iiiftilesource.js index 8c6c11a6..9840a853 100644 --- a/src/iiiftilesource.js +++ b/src/iiiftilesource.js @@ -42,8 +42,8 @@ * @memberof OpenSeadragon * @extends OpenSeadragon.TileSource * @see http://iiif.io/api/image/ - * @param {String} [options.tileFormat] - * The extension that will be used when requiring tiles (defaults to "jpg"). + * @param {String} [options.tileFormat='jpg'] + * The extension that will be used when requiring tiles. */ $.IIIFTileSource = function( options ){