Fix documentation of jobLimit

This commit is contained in:
Philip Giuliani 2014-12-22 08:51:57 +01:00
parent 71cbd84879
commit b8a7d33ebb

View File

@ -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 ) {