mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Add missing parenthesis.
This commit is contained in:
parent
d18485844d
commit
963986d187
@ -1337,7 +1337,7 @@ function drawTiles( tiledImage, lastDrawn ) {
|
|||||||
var useSketch = tiledImage.opacity < 1 ||
|
var useSketch = tiledImage.opacity < 1 ||
|
||||||
(tiledImage.compositeOperation &&
|
(tiledImage.compositeOperation &&
|
||||||
tiledImage.compositeOperation !== 'source-over') ||
|
tiledImage.compositeOperation !== 'source-over') ||
|
||||||
(!tiledImage._isBottomItem() && tile._hasTransparencyChannel);
|
(!tiledImage._isBottomItem() && tile._hasTransparencyChannel());
|
||||||
|
|
||||||
var sketchScale;
|
var sketchScale;
|
||||||
var sketchTranslate;
|
var sketchTranslate;
|
||||||
|
Loading…
Reference in New Issue
Block a user