From 24848607950099381de6ecfa2eb701caf01495a8 Mon Sep 17 00:00:00 2001 From: kloimhardt Date: Fri, 11 Jun 2021 13:24:00 +0200 Subject: [PATCH] cosmetics --- src/scittle/cljs_ajax.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scittle/cljs_ajax.cljs b/src/scittle/cljs_ajax.cljs index d8f3384..a129e6e 100644 --- a/src/scittle/cljs_ajax.cljs +++ b/src/scittle/cljs_ajax.cljs @@ -3,11 +3,11 @@ [sci.core :as sci] [scittle.core :as scittle])) -(def rns (sci/create-ns 'ajax.core nil)) +(def ans (sci/create-ns 'ajax.core nil)) (def ajax-namespace - {'GET (sci/copy-var ajx/GET rns) - 'POST (sci/copy-var ajx/POST rns)}) + {'GET (sci/copy-var ajx/GET ans) + 'POST (sci/copy-var ajx/POST ans)}) (scittle/register-plugin! ::ajax