mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Merge pull request #77 from bgilbert/vewport
Fix typo in preserveViewport handling
This commit is contained in:
commit
f5aa476f62
@ -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