mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Fixed: Remove trailing space
This commit is contained in:
parent
263dc85fbd
commit
2c6b970f29
@ -261,7 +261,6 @@
|
|||||||
var size = this.size = positionAndSize.size;
|
var size = this.size = positionAndSize.size;
|
||||||
var rotate;
|
var rotate;
|
||||||
var scale = "";
|
var scale = "";
|
||||||
|
|
||||||
if (viewport.flipped){
|
if (viewport.flipped){
|
||||||
rotate = -positionAndSize.rotate;
|
rotate = -positionAndSize.rotate;
|
||||||
scale = " scaleX(-1)";
|
scale = " scaleX(-1)";
|
||||||
|
Loading…
Reference in New Issue
Block a user