Merge branch 'master' of github.com:openseadragon/openseadragon

This commit is contained in:
Ian Gilman 2025-01-09 10:04:58 -08:00
commit d6740dab25

View File

@ -997,6 +997,7 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
this._opacity = opacity;
this._needsDraw = true;
this._needsUpdate = true;
/**
* Raised when the TiledImage's opacity is changed.
* @event opacity-change