Fix overwriting the tiledImage options

This commit is contained in:
Philip Giuliani 2015-04-13 18:59:13 +02:00
parent e3ae7b56f1
commit 425acc38f9

View File

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