mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-19 17:21:50 +03:00
Fix overwriting the tiledImage options
This commit is contained in:
parent
e3ae7b56f1
commit
425acc38f9
@ -1218,9 +1218,9 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||||||
|
|
||||||
this._hideMessage();
|
this._hideMessage();
|
||||||
|
|
||||||
$.extend ( true, options, {
|
if (options.placeholderFillStyle === undefined) {
|
||||||
placeholderFillStyle: _this.placeholderFillStyle
|
options.placeholderFillStyle = this.placeholderFillStyle;
|
||||||
});
|
}
|
||||||
|
|
||||||
var myQueueItem = {
|
var myQueueItem = {
|
||||||
options: options
|
options: options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user