mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-02 21:36:11 +03:00
Merge pull request #77 from bgilbert/vewport
Fix typo in preserveViewport handling
This commit is contained in:
commit
f5aa476f62
1 changed files with 1 additions and 1 deletions
|
@ -1014,7 +1014,7 @@ function openTileSource( viewer, source ) {
|
|||
});
|
||||
}
|
||||
|
||||
if( _this.preserveVewport ){
|
||||
if( _this.preserveViewport ){
|
||||
_this.viewport.resetContentSize( _this.source.dimensions );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue