Print commas in cljs-devtools headers
This commit is contained in:
parent
19f52b49aa
commit
1a8ba45cad
|
@ -101,7 +101,6 @@
|
|||
(map jsonml->hiccup children)))
|
||||
|
||||
(= head "object") [data-structure jsonml]
|
||||
(= jsonml ", ") " "
|
||||
:else jsonml))))
|
||||
|
||||
(defn subtree [data title]
|
||||
|
|
Loading…
Reference in New Issue