Review comment: add comment about cljify.

This commit is contained in:
Richard Newman 2016-10-05 14:07:07 -07:00
parent 61757e271c
commit 021f2be620

View file

@ -5,6 +5,9 @@
but successfully passes Clojure Records through. This allows JS API
callers to round-trip values they receive from ClojureScript APIs."
[x]
;; This implementation is almost identical to js->clj, but it allows
;; us to hook into the recursion into sequences and objects, and it
;; passes through records.
(if (record? x)
x
(cond