This commit is contained in:
Jim Berlage 2018-12-04 08:32:47 -06:00
parent e31192fd31
commit f5a192ab2e
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
(str "Property must be a map, not " (pr-str p1)))
(merge p1 (merge-style p1 (merge-class p1 p2))))))
([p1 p2 & ps]
(apply merge-props (cons (merge-props p1 p2) ps))))
(apply merge-props (merge-props p1 p2) ps)))
(def ^:dynamic *always-update* false)