mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-01 07:31:41 +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
|
this.initialPage = this.tileSources.length - 1
|
||||||
|
|
||||||
initialTileSource = this.tileSources[ this.initialPage ];
|
initialTileSource = this.tileSources[ this.initialPage ];
|
||||||
|
|
||||||
|
//Update the sequence (aka currrent page) property
|
||||||
THIS[ this.hash ].sequence = this.initialPage;
|
THIS[ this.hash ].sequence = this.initialPage;
|
||||||
} else {
|
} else {
|
||||||
initialTileSource = this.tileSources;
|
initialTileSource = this.tileSources;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user