mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 23:03:13 +03:00
Use spaces not tabs
Phew...flame war averted. ;)
This commit is contained in:
parent
b1c6a75c49
commit
d2f1e432cd
@ -283,9 +283,9 @@
|
|||||||
style.top = position.y + "px";
|
style.top = position.y + "px";
|
||||||
style.position = "absolute";
|
style.position = "absolute";
|
||||||
|
|
||||||
if (style.display != 'none') {
|
if (style.display != 'none') {
|
||||||
style.display = 'block';
|
style.display = 'block';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( scales ) {
|
if ( scales ) {
|
||||||
style.width = size.x + "px";
|
style.width = size.x + "px";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user