mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 14:53:14 +03:00
viewer.js: fix typos in variable declarations
This commit is contained in:
parent
d644acd50b
commit
f8c77f65d7
@ -1323,7 +1323,7 @@ function onBlur(){
|
||||
}
|
||||
|
||||
function onCanvasClick( tracker, position, quick, shift ) {
|
||||
var zoomPreClick,
|
||||
var zoomPerClick,
|
||||
factor;
|
||||
if ( this.viewport && quick ) { // ignore clicks where mouse moved
|
||||
zoomPerClick = this.zoomPerClick;
|
||||
@ -1555,7 +1555,7 @@ function scheduleZoom( viewer ) {
|
||||
function doZoom() {
|
||||
var currentTime,
|
||||
deltaTime,
|
||||
adjustFactor;
|
||||
adjustedFactor;
|
||||
|
||||
if ( THIS[ this.hash ].zooming && this.viewport) {
|
||||
currentTime = +new Date();
|
||||
|
Loading…
x
Reference in New Issue
Block a user