cosmetics
This commit is contained in:
parent
4bab6e58e1
commit
2484860795
1 changed files with 3 additions and 3 deletions
|
|
@ -3,11 +3,11 @@
|
||||||
[sci.core :as sci]
|
[sci.core :as sci]
|
||||||
[scittle.core :as scittle]))
|
[scittle.core :as scittle]))
|
||||||
|
|
||||||
(def rns (sci/create-ns 'ajax.core nil))
|
(def ans (sci/create-ns 'ajax.core nil))
|
||||||
|
|
||||||
(def ajax-namespace
|
(def ajax-namespace
|
||||||
{'GET (sci/copy-var ajx/GET rns)
|
{'GET (sci/copy-var ajx/GET ans)
|
||||||
'POST (sci/copy-var ajx/POST rns)})
|
'POST (sci/copy-var ajx/POST ans)})
|
||||||
|
|
||||||
(scittle/register-plugin!
|
(scittle/register-plugin!
|
||||||
::ajax
|
::ajax
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue