summaryrefslogtreecommitdiff
path: root/juliaset/index.htm
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-01-20 06:02:22 +0100
committerMitya Selivanov <automainint@guattari.tech>2025-01-20 06:02:22 +0100
commit1f44cacf9f90b38a5788d6b1524b5b1a92984afb (patch)
treee9db357d5f4223ff80c3de8260120be64787a72c /juliaset/index.htm
parent23edbfe1d413e3d6a6fa58a987f693729bc72eaf (diff)
downloadstatic-1f44cacf9f90b38a5788d6b1524b5b1a92984afb.zip
Fix
Diffstat (limited to 'juliaset/index.htm')
-rw-r--r--juliaset/index.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/juliaset/index.htm b/juliaset/index.htm
index 130e619..944e8f9 100644
--- a/juliaset/index.htm
+++ b/juliaset/index.htm
@@ -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 : () => {},