mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-18 08:31:00 +00:00
Operator Change
This commit is contained in:
parent
2e035f1c71
commit
df913ecd12
1 changed files with 0 additions and 1 deletions
|
@ -577,7 +577,6 @@ $.Viewport.prototype = {
|
|||
*/
|
||||
resize: function( newContainerSize, maintain ) {
|
||||
//Set current size to 1 if 0 (hidden div)
|
||||
var currentsize = this.containerSize.x == 0 ? 1 : this.containerSize.x;
|
||||
|
||||
var oldBounds = this.getBounds(),
|
||||
newBounds = oldBounds,
|
||||
|
|
Loading…
Add table
Reference in a new issue