mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-09 04:02:05 +00:00
fixed white space
This commit is contained in:
parent
c2821b1775
commit
d62538f42e
1 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ $.Viewport = function( options ) {
|
|||
this._oldCenterX = this.centerSpringX.current.value;
|
||||
this._oldCenterY = this.centerSpringY.current.value;
|
||||
this._oldZoom = this.zoomSpring.current.value;
|
||||
this._oldDegrees = this.degreesSpring.current.value;
|
||||
this._oldDegrees = this.degreesSpring.current.value;
|
||||
|
||||
this._setContentBounds(new $.Rect(0, 0, 1, 1), 1);
|
||||
|
||||
|
@ -1012,7 +1012,7 @@ $.Viewport.prototype = {
|
|||
this._oldCenterX = this.centerSpringX.current.value;
|
||||
this._oldCenterY = this.centerSpringY.current.value;
|
||||
this._oldZoom = this.zoomSpring.current.value;
|
||||
this._oldDegrees = this.degreesSpring.current.value;
|
||||
this._oldDegrees = this.degreesSpring.current.value;
|
||||
|
||||
return changed;
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue