mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 14:23:32 +03:00
Merge pull request #595 from Jondeen/master
Fixed x/y typo in reference strip.
This commit is contained in:
commit
df73e1516a
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ $.ReferenceStrip = function ( options ) {
|
|||
this.panels.push( element );
|
||||
|
||||
}
|
||||
loadPanels( this, this.scroll == 'vertical' ? viewerSize.y : viewerSize.y, 0 );
|
||||
loadPanels( this, this.scroll == 'vertical' ? viewerSize.y : viewerSize.x, 0 );
|
||||
this.setFocus( 0 );
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue