Use let instead of var in JavaScript where appropriate #47
Labels
Enhancement ✨
New feature or request
Priority ★
Low priority
Refactoring ✄
Functional code that needs revision for ease of maintenance for future improvements
A lot of code, e.g. in
dibs.js
, usesvar
when it should probably uselet
.The text was updated successfully, but these errors were encountered: