mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
remove trailing space
This commit is contained in:
parent
8550b4fea5
commit
2484de5010
@ -300,7 +300,7 @@ function onStripClick( event ) {
|
|||||||
var page;
|
var page;
|
||||||
|
|
||||||
if ( 'horizontal' === this.scroll ) {
|
if ( 'horizontal' === this.scroll ) {
|
||||||
// +4px fix to solve problem with precision on thumbnail selection if there is a lot of them
|
// +4px fix to solve problem with precision on thumbnail selection if there is a lot of them
|
||||||
page = Math.floor(event.position.x / (this.panelWidth + 4));
|
page = Math.floor(event.position.x / (this.panelWidth + 4));
|
||||||
} else {
|
} else {
|
||||||
page = Math.floor(event.position.y / this.panelHeight);
|
page = Math.floor(event.position.y / this.panelHeight);
|
||||||
|
Loading…
Reference in New Issue
Block a user