html5-knob
html5-knob copied to clipboard
Modernize xknob.js
lets merge the patch from @BramVerb
- indent with spaces
- use let, const
- shorter syntax
- use class
- (more?)
maybe split the commit in
- fix indent
- use modern JS