diff options
Diffstat (limited to 'index.htm')
-rw-r--r-- | index.htm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,7 +43,7 @@ text_buffer : text_buffer, }); }, - p_time_impl : Date.now, + p_time : () => { return BigInt(Date.now()); }, floor : Math.floor, ceil : Math.ceil, @@ -276,7 +276,7 @@ { env : { p_clipboard_write_impl : () => {}, - p_time_impl : () => {}, + p_time : () => {}, floor : () => {}, ceil : () => {}, trunc : () => {}, |