From b8a7d33ebbbb961043cfad411acb35834b2e1f23 Mon Sep 17 00:00:00 2001 From: Philip Giuliani Date: Mon, 22 Dec 2014 08:51:57 +0100 Subject: [PATCH] Fix documentation of jobLimit --- src/imageloader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imageloader.js b/src/imageloader.js index 3cab4cdd..d1f9e785 100644 --- a/src/imageloader.js +++ b/src/imageloader.js @@ -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 ) {