fix qunit error

This commit is contained in:
Elie Roux 2019-03-14 19:58:38 +01:00
parent b38f5d609b
commit f8022385f7

View File

@ -425,7 +425,7 @@ $.extend( $.IIIFTileSource.prototype, $.TileSource.prototype, /** @lends OpenSea
var levels = [];
for(var i = 0; i < options.sizes.length; i++) {
levels.push({
url: options['@id'] + '/full/' + options.sizes[i].width + ',/0/default.' + this.usedFormat,
url: options['@id'] + '/full/' + options.sizes[i].width + ',/0/default.' + options.usedFormat,
width: options.sizes[i].width,
height: options.sizes[i].height
});