Changelog for #1213

This commit is contained in:
Ian Gilman 2017-07-05 09:42:10 -07:00
parent 818d445ec9
commit f0a943281b
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ OPENSEADRAGON CHANGELOG
* Fixed issue with transparent images sometimes disappearing on Safari (#1222)
* 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)
2.2.1:

View File

@ -2160,6 +2160,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
/**
* Enables and displays the reference strip based on the currently set tileSources.
* Works only when the Viewer has sequenceMode set to true.
* @function
*/
addReferenceStrip: function() {