fix for #1209 (Reference strip using "thumbs") additional changes

This commit is contained in:
Robert Saric 2017-07-10 20:19:13 +02:00
parent 413e40a64c
commit 57103a5dd4
2 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,6 @@
* @extends OpenSeadragon.TileSource
* @param {Object} options Options object.
* @param {String} options.url URL of the image
* @param {String} options.referenceStripThumbnailUrl URL of the dedicated thumbnail image
* @param {Boolean} [options.buildPyramid=true] If set to true (default), a
* pyramid will be built internally to provide a better downsampling.
* @param {String|Boolean} [options.crossOriginPolicy=false] Valid values are

View File

@ -60,6 +60,8 @@
* the extending classes implementation of 'configure'.
* @param {String} [options.url]
* The URL for the data necessary for this TileSource.
* @param {String} [options.referenceStripThumbnailUrl]
* The URL for the thumbnail image to be used by the reference strip
* @param {Function} [options.success]
* A function to be called upon successful creation.
* @param {Boolean} [options.ajaxWithCredentials]