Skip to content

Commit

Permalink
Merge pull request #7187 from pjonsson/drawtimer-param-type
Browse files Browse the repository at this point in the history
drawTimer: fix type of parameter
  • Loading branch information
na9da authored Oct 22, 2024
2 parents eef4b5d + fed1c20 commit 02e92b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ReactViews/Generic/Timer/drawTimer.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export function createTimer(
* @param {string} containerId The id of the element to insert the timer into.
* @param {string} elapsedTimeClass A class for styling the animation that fills the timer as it runs.
* @param {string} backgroundClass A class for styling the timer's background circle.
* @param {string} [elapsed=0] How much time (in seconds) has already passed.
* @param {number} [elapsed=0] How much time (in seconds) has already passed.
*/
export function startTimer(
radius,
Expand Down

0 comments on commit 02e92b9

Please sign in to comment.