mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-20 01:31:45 +03:00
Update iiiftilesource.js
This commit is contained in:
parent
44a9d1b98b
commit
0441cfe4ec
@ -72,7 +72,7 @@ $.IIIFTileSource = function( options ){
|
||||
for ( var i = 0; i < this.scale_factor.length; i++ )
|
||||
{
|
||||
var cf = Number( this.scale_factor[i] );
|
||||
if ( !isNaN( cf ) && cf > mf ) {
|
||||
if ( (! isNaN( cf )) && ( cf > mf )) {
|
||||
mf = cf;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user