From ff7d7b613523cc88fd754c6388fadb423f3f7a20 Mon Sep 17 00:00:00 2001 From: kloimhardt Date: Tue, 1 Jun 2021 16:20:29 +0200 Subject: [PATCH] small --- test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.html b/test.html index 5c4dcf8..622d7c9 100644 --- a/test.html +++ b/test.html @@ -8,7 +8,7 @@ (.log js/console (m/add-low-fn 1 2 5 6)) (.log js/console (m/add-low-sci-makro 7 8)) (.log js/console (m/add-slash-sci-makro 1 2)) - (.log js/console (m/add-c-sci-makro 3 4)) + (.log js/console (m/add-c-sci-makro 3 (ns-name *ns*))) ) (set! (.-my_alert js/window) my-alert)