Remove joints whose bodies no longer exist
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
(defn create-field-setters
|
||||
[obj {:keys [] :as args}]
|
||||
(map (fn [[k v]]
|
||||
`(set! (. ~obj ~(symbol (key->camel k))) (eval ~v)))
|
||||
`(set! (. ~obj ~(symbol (key->camel k))) ~v))
|
||||
args))
|
||||
|
||||
(defmacro fields!
|
||||
|
||||
Reference in New Issue
Block a user