mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 05:43:30 +03:00
Update iiiftilesource.js
This commit is contained in:
parent
44a9d1b98b
commit
0441cfe4ec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue