Skip to content

Commit

Permalink
Update class name, add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
metinbaris committed Jun 6, 2024
1 parent 8c60e1d commit fde71d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions common-theme/assets/scripts/stop-watch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
class StopWatch {
/** Runs countdown for the <time> element */
class StopWatchForTimeElement {
constructor() {
this.attachListener();
}
Expand Down Expand Up @@ -63,4 +64,4 @@ class StopWatch {
}
}

new StopWatch();
new StopWatchForTimeElement();

0 comments on commit fde71d6

Please sign in to comment.