mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +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.position = "absolute";
|
||||
|
||||
if (style.display != 'none') {
|
||||
if (style.display != 'none') {
|
||||
style.display = 'block';
|
||||
}
|
||||
}
|
||||
|
||||
if ( scales ) {
|
||||
style.width = size.x + "px";
|
||||
|
Loading…
Reference in New Issue
Block a user