mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-21 09:13:14 +03:00
Fix documentation of jobLimit
This commit is contained in:
parent
71cbd84879
commit
b8a7d33ebb
@ -95,7 +95,7 @@ ImageJob.prototype = {
|
||||
* @classdesc Handles downloading of a set of images using asynchronous queue pattern.
|
||||
* You generally won't have to interact with the ImageLoader directly.
|
||||
* @param {Object} options - Options for this ImageLoader.
|
||||
* @param {Number} options.jobLimit - The number of concurrent image requests.
|
||||
* @param {Number} [options.jobLimit] - The number of concurrent image requests. See imageLoaderLimit in {@link OpenSeadragon.Options} for details.
|
||||
*/
|
||||
$.ImageLoader = function( options ) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user