mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-31 23:21:42 +03:00
Update viewer.js
This commit is contained in:
parent
54bcd6ea79
commit
c6597806ba
@ -205,6 +205,8 @@ $.Viewer = function( options ) {
|
||||
this.initialPage = this.tileSources.length - 1
|
||||
|
||||
initialTileSource = this.tileSources[ this.initialPage ];
|
||||
|
||||
//Update the sequence (aka currrent page) property
|
||||
THIS[ this.hash ].sequence = this.initialPage;
|
||||
} else {
|
||||
initialTileSource = this.tileSources;
|
||||
|
Loading…
x
Reference in New Issue
Block a user