(defn set-attr "Assocs attributes on the selected element." [& kvs] #(assoc % :attrs (apply assoc (:attrs % {}) kvs)))
Comments top
No comments for set-attr. Log in to add a comment.