]> _ Git - fluidbook-html5.git/commitdiff
wait #5165 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 17 Mar 2022 11:13:17 +0000 (12:13 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 17 Mar 2022 11:13:17 +0000 (12:13 +0100)
js/libs/fluidbook/fluidbook.slider.js

index 31b68143347a80376bbd5f3c0f825a841d2e1f07..a5253970846b73be6a0a935a14c051b6947dc659 100644 (file)
@@ -167,7 +167,7 @@ FluidbookSlider.prototype = {
         $("#sliderlinks").css(css);
     },
 
-    resizeSlider: function (ww, hh, singler) {
+    resizeSlider: function (ww, hh, single) {
         if (single) {
             this.sliderWidth = ww / 2;
         } else {