mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Fix typo in preserveViewport handling
This commit is contained in:
parent
ee02dda56e
commit
f958e66f05
@ -1014,7 +1014,7 @@ function openTileSource( viewer, source ) {
|
||||
});
|
||||
}
|
||||
|
||||
if( _this.preserveVewport ){
|
||||
if( _this.preserveViewport ){
|
||||
_this.viewport.resetContentSize( _this.source.dimensions );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user