mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-19 17:21:50 +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 ) {
|
||||
if (this.opacity == 0 || lastDrawn.length === 0) {
|
||||
if (this.opacity === 0 || lastDrawn.length === 0) {
|
||||
return;
|
||||
}
|
||||
var tile = lastDrawn[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user