Skip to content

Commit

Permalink
Slider: remove a space
Browse files Browse the repository at this point in the history
  • Loading branch information
thyttan committed Oct 17, 2023
1 parent 5156b8a commit 6486922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ try { // For making it possiblie to run the test app in the following catch stat
}

// Add standard slider graphics only if wanted.
if (o.c.drawableSlider) {
if (o.c.drawableSlider) {

// Function for getting the indication bars size.
o.f.updateBar = (levelHeight)=>{
Expand Down

0 comments on commit 6486922

Please sign in to comment.