From bd5ac064bdaa6dca671bc4182c56592f3725c74e Mon Sep 17 00:00:00 2001 From: BokkyPooBah Date: Mon, 12 Aug 2024 07:28:50 +1000 Subject: [PATCH] , separator --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 47da963..4d01353 100644 --- a/docs/index.html +++ b/docs/index.html @@ -832,10 +832,10 @@
Troubleshooting
return e.toFixed(precision); }, formatNumber(e) { - return e ? e.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") : null; + return e ? e.toString().replace(/(?