mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
fix message name
This commit is contained in:
parent
84b0687990
commit
180f0a1b3c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ message Msg {
|
||||||
// TIMER_START
|
// TIMER_START
|
||||||
int32 timer_start_id = 60;
|
int32 timer_start_id = 60;
|
||||||
bool timer_start_interval = 61;
|
bool timer_start_interval = 61;
|
||||||
int32 timer_start_duration = 62; // In milliseconds.
|
int32 timer_start_delay = 62; // In milliseconds.
|
||||||
|
|
||||||
// TIMER_READY
|
// TIMER_READY
|
||||||
int32 timer_ready_id = 70;
|
int32 timer_ready_id = 70;
|
||||||
|
|
Loading…
Reference in a new issue