mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-20 00:33:13 +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 ) {
|
function onCanvasClick( tracker, position, quick, shift ) {
|
||||||
var zoomPreClick,
|
var zoomPerClick,
|
||||||
factor;
|
factor;
|
||||||
if ( this.viewport && quick ) { // ignore clicks where mouse moved
|
if ( this.viewport && quick ) { // ignore clicks where mouse moved
|
||||||
zoomPerClick = this.zoomPerClick;
|
zoomPerClick = this.zoomPerClick;
|
||||||
@ -1555,7 +1555,7 @@ function scheduleZoom( viewer ) {
|
|||||||
function doZoom() {
|
function doZoom() {
|
||||||
var currentTime,
|
var currentTime,
|
||||||
deltaTime,
|
deltaTime,
|
||||||
adjustFactor;
|
adjustedFactor;
|
||||||
|
|
||||||
if ( THIS[ this.hash ].zooming && this.viewport) {
|
if ( THIS[ this.hash ].zooming && this.viewport) {
|
||||||
currentTime = +new Date();
|
currentTime = +new Date();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user