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();
|
||||
|
||||
$.extend ( true, options, {
|
||||
placeholderFillStyle: _this.placeholderFillStyle
|
||||
});
|
||||
if (options.placeholderFillStyle === undefined) {
|
||||
options.placeholderFillStyle = this.placeholderFillStyle;
|
||||
}
|
||||
|
||||
var myQueueItem = {
|
||||
options: options
|
||||
|
Loading…
x
Reference in New Issue
Block a user