mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-02 21:36:11 +03:00
Update viewer.js
This commit is contained in:
parent
c6597806ba
commit
2f33e6c666
1 changed files with 2 additions and 1 deletions
|
@ -203,7 +203,8 @@ $.Viewer = function( options ) {
|
|||
//Keeps the initial page within bounds
|
||||
if ( this.initialPage > this.tileSources.length - 1){
|
||||
this.initialPage = this.tileSources.length - 1
|
||||
|
||||
}
|
||||
|
||||
initialTileSource = this.tileSources[ this.initialPage ];
|
||||
|
||||
//Update the sequence (aka currrent page) property
|
||||
|
|
Loading…
Add table
Reference in a new issue