Changelog for #1241

This commit is contained in:
Ian Gilman 2017-07-11 11:53:41 -07:00
parent 31bee4028f
commit fd502dbdab
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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]