mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 14:53:14 +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 );
|
_this.viewport.resetContentSize( _this.source.dimensions );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user