From e7497272facc0c37bd3c73a9549399054d55182b Mon Sep 17 00:00:00 2001 From: ronnymikalsen Date: Fri, 5 Feb 2021 12:32:13 +0100 Subject: [PATCH] fix: comment --- src/openseadragon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openseadragon.js b/src/openseadragon.js index 71fca779..1a6eaa7a 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -919,7 +919,7 @@ function OpenSeadragon( options ){ /** * @returns {Number} Return a ratio comparing the device screen's pixel - * densityto the canvas's backing store pixel density, clamped to a + * density to the canvas's backing store pixel density, clamped to a * minimum of 1. Defaults to 1 if canvas isn't supported by the browser. */ $.getCurrentPixelDensityRatio = function() {