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 * Determine whether arbitrary tile requests can be made against a service with the given profile
* @function * @function
* @param {Object} options - IIIF option * @param {Object} options
* @param {String} options.profile * @param {Array|String} options.profile
* @param {Number} options.version * @param {Number} options.version
* @param {Number} options.extraFeatures * @param {String} options.extraFeatures
* @returns {Boolean} * @returns {Boolean}
*/ */
function canBeTiled ( options ) { function canBeTiled ( options ) {