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();
$.extend ( true, options, {
placeholderFillStyle: _this.placeholderFillStyle
});
if (options.placeholderFillStyle === undefined) {
options.placeholderFillStyle = this.placeholderFillStyle;
}
var myQueueItem = {
options: options