diff --git a/web/js_tools.anubis b/web/js_tools.anubis index 158eb3b..d8ba1cb 100644 --- a/web/js_tools.anubis +++ b/web/js_tools.anubis @@ -39,6 +39,14 @@ public define String implode(make_js_string(explode(str), [])). public define String + to_js_string + ( + String str + ) + = + "'" + str + "'". + +public define String format_js_function_call ( String name, -- libgit2 0.21.4