From cd67e0d1434549e7b5a778cfa9779b1d68f02821 Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com⁩> Date: Tue, 17 Oct 2023 00:39:41 +0200 Subject: [PATCH] Slider: add comment tags --- modules/Slider.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Slider.js b/modules/Slider.js index d82c9f28d..85c065443 100644 --- a/modules/Slider.js +++ b/modules/Slider.js @@ -2,7 +2,7 @@ // See Slider.md for documentation -/* Minify to 'Slider.min.js' by: // FIXME: Should we do this for Slider module? +/* Minify to 'Slider.min.js' by: // TODO: Should we do this for Slider module? * checking out: https://github.com/espruino/EspruinoDocs * run: ../EspruinoDocs/bin/minify.js modules/Slider.js modules/Slider.min.js @@ -83,7 +83,7 @@ try { // For making it possiblie to run the test app in the following catch stat let useMap = (o.c.mode==="map"||o.c.mode==="mapincr")?true:false; let useIncr = (o.c.mode==="incr"||o.c.mode==="mapincr")?true:false; - const Y_MAX = g.getHeight()-1; // Should this take users screen calibration into account? + const Y_MAX = g.getHeight()-1; // TODO: Should this take users screen calibration into account? o.v.ebLast = 0; o.v.dy = 0;