diff options
Diffstat (limited to 'js/timers.ts')
-rw-r--r-- | js/timers.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/timers.ts b/js/timers.ts index e5c7a5f3c..3791e079d 100644 --- a/js/timers.ts +++ b/js/timers.ts @@ -21,6 +21,7 @@ interface Timer { const timers = new Map<number, Timer>(); +/** @internal */ export function onMessage(msg: fbs.TimerReady) { const timerReadyId = msg.id(); const timerReadyDone = msg.done(); |