mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Changelog for #1241
This commit is contained in:
parent
31bee4028f
commit
fd502dbdab
@ -52,6 +52,7 @@ OPENSEADRAGON CHANGELOG
|
||||
* Better calculation for TileCache release cutoff (#1214)
|
||||
* Fixed: One image failing to load could cause the others to never load (#1229)
|
||||
* Added functions for dynamically adding and removing the reference strip in sequence mode (#1213)
|
||||
* Added ability to provide thumbnail URLs for reference strip (#1241)
|
||||
|
||||
2.2.1:
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
||||
* @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
|
||||
* The URL for a 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]
|
||||
|
Loading…
Reference in New Issue
Block a user