mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-31 23:21:42 +03:00
using the strict === comparison
This commit is contained in:
parent
171591a7a3
commit
9548ad6a27
@ -1533,7 +1533,7 @@ function compareTiles( previousBest, tile ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function drawTiles( tiledImage, lastDrawn ) {
|
function drawTiles( tiledImage, lastDrawn ) {
|
||||||
if (this.opacity == 0 || lastDrawn.length === 0) {
|
if (this.opacity === 0 || lastDrawn.length === 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var tile = lastDrawn[0];
|
var tile = lastDrawn[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user