Minor documentation updates

This commit is contained in:
Jachimike Onuoha 2021-12-06 23:19:12 -05:00
parent f84d241367
commit a42e08c1ed

View File

@ -444,10 +444,10 @@ $.extend( $.IIIFTileSource.prototype, $.TileSource.prototype, /** @lends OpenSea
/**
* Determine whether arbitrary tile requests can be made against a service with the given profile
* @function
* @param {Object} options - IIIF option
* @param {String} options.profile
* @param {Object} options
* @param {Array|String} options.profile
* @param {Number} options.version
* @param {Number} options.extraFeatures
* @param {String} options.extraFeatures
* @returns {Boolean}
*/
function canBeTiled ( options ) {