mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
Minor documentation updates
This commit is contained in:
parent
f84d241367
commit
a42e08c1ed
@ -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 ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user