Skip to content

Commit

Permalink
added use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Nov 12, 2024
1 parent 24fe5d7 commit b30b000
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* Desc: A dual slider widget that implements ARIA Authoring Practices
*/

'use strict';

class SliderMultithumb {
constructor(domNode) {
this.isMoving = false;
Expand Down

0 comments on commit b30b000

Please sign in to comment.